#12F0CF

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

Shades of Bright Turquoise #12F0CF

Tints of Bright Turquoise #12F0CF

Color information

#12F0CF (or 0x12F0CF) is unknown color: approx Bright Turquoise. HEX triplet: 12, F0 and CF. RGB value is (18,240,207). Sum of RGB (Red+Green+Blue) = 18+240+207=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F0CF is #ED0F30. Grayscale: #A9A9A9. Windows color (decimal): -15535921 or 13627410. OLE color: 13627410.

HSL color Cylindrical-coordinate representation of color #12F0CF: hue angle of 171.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0CF is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB18240207-
CMYK0.9200.140.06
HSL171.08º88.1%50.59%-
HSV(B)171.08º92.5%94.12%-
XYZ42.6766.9569.71-
YUV169.86148.9519.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.87%
GREEN value IS 240 (94.14% from 255) = 51.61%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=3.87%
G=51.61%
B=44.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182402070.9200.140.06171.0888.150.59
Hex12F0CF5C0E6ab5833
Octal22360317134016625313063
Binary100101111000011001111101110001110110101010111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,240,207); }

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

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

 a { background-color: rgb(18,240,207); }

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

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

 span { border-color: rgb(18,240,207); }

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