#0CF0CF

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

Shades of Bright Turquoise #0CF0CF

Tints of Bright Turquoise #0CF0CF

Color information

#0CF0CF (or 0x0CF0CF) is unknown color: approx Bright Turquoise. HEX triplet: 0C, F0 and CF. RGB value is (12,240,207). Sum of RGB (Red+Green+Blue) = 12+240+207=459 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF0CF is #F30F30. Grayscale: #A7A7A7. Windows color (decimal): -15929137 or 13627404. OLE color: 13627404.

HSL color Cylindrical-coordinate representation of color #0CF0CF: hue angle of 171.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF0CF is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB12240207-
CMYK0.9500.140.06
HSL171.32º90.48%49.41%-
HSV(B)171.32º95%94.12%-
XYZ42.5766.969.7-
YUV168.07149.9616.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.61%
GREEN value IS 240 (94.14% from 255) = 52.29%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=2.61%
G=52.29%
B=45.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal122402070.9500.140.06171.3290.4849.41
HexCF0CF5F0E6ab5a31
Octal14360317137016625313261
Binary11001111000011001111101111101110110101010111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CF0CF; }

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

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

<style>
 a { background-color: #0CF0CF; }

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

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

<style>
 span { border-color: #0CF0CF; }

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

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