#0CF0C8

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

Shades of Bright Turquoise #0CF0C8

Tints of Bright Turquoise #0CF0C8

Color information

#0CF0C8 (or 0x0CF0C8) is unknown color: approx Bright Turquoise. HEX triplet: 0C, F0 and C8. RGB value is (12,240,200). Sum of RGB (Red+Green+Blue) = 12+240+200=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF0C8 is #F30F37. Grayscale: #A7A7A7. Windows color (decimal): -15929144 or 13168652. OLE color: 13168652.

HSL color Cylindrical-coordinate representation of color #0CF0C8: hue angle of 169.47º 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 #0CF0C8 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB12240200-
CMYK0.9500.170.06
HSL169.47º90.48%49.41%-
HSV(B)169.47º95%94.12%-
XYZ41.7466.5765.29-
YUV167.27146.4617.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.65%
GREEN value IS 240 (94.14% from 255) = 53.10%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=2.65%
G=53.10%
B=44.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal122402000.9500.170.06169.4790.4849.41
HexCF0C85F0116a95a31
Octal14360310137021625113261
Binary110011110000110010001011111010001110101010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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