#12F5DF

Color #12F5DF Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #12F5DF

Tints of Bright Turquoise #12F5DF

Color information

#12F5DF (or 0x12F5DF) is unknown color: approx Bright Turquoise. HEX triplet: 12, F5 and DF. RGB value is (18,245,223). Sum of RGB (Red+Green+Blue) = 18+245+223=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #12F5DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F5DF is #ED0A20. Grayscale: #AEAEAE. Windows color (decimal): -15534625 or 14677266. OLE color: 14677266.

HSL color Cylindrical-coordinate representation of color #12F5DF: hue angle of 174.19º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F5DF is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB18245223-
CMYK0.9300.090.04
HSL174.19º91.9%51.57%-
HSV(B)174.19º92.65%96.08%-
XYZ46.2270.7681.03-
YUV174.62155.2916.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 3.70%
GREEN value IS 245 (96.09% from 255) = 50.41%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=3.70%
G=50.41%
B=45.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182452230.9300.090.04174.1991.951.57
Hex12F5DF5D094ae5c34
Octal22365337135011425613464
Binary100101111010111011111101110101001100101011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12F5DF; }

 p { color: rgb(18,245,223); }

 H1.HeaderClassName
 {
   color: #12F5DF;
 }
 .AnyTagClassName
 {
   color: #12F5DF;
 }
</style>
background-color css

<style>
 a { background-color: #12F5DF; }

 a { background-color: rgb(18,245,223); }

 div.DivClassName
 {
   background-color: #12F5DF;
 }
 .BgClassName
 {
   background-color: #12F5DF;
 }
</style>
border-color css

<style>
 span { border-color: #12F5DF; }

 span { border-color: rgb(18,245,223); }

 td.TdClassName
 {
   border-color: #12F5DF;
 }
 .TagClassName
 {
   border-color: #12F5DF;
 }
</style>