#08CFCE

Color #08CFCE Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #08CFCE

Tints of Dark Turquoise #08CFCE

Color information

#08CFCE (or 0x08CFCE) is unknown color: approx Dark Turquoise. HEX triplet: 08, CF and CE. RGB value is (8,207,206). Sum of RGB (Red+Green+Blue) = 8+207+206=421 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #08CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CFCE is #F73031. Grayscale: #939393. Windows color (decimal): -16199730 or 13553416. OLE color: 13553416.

HSL color Cylindrical-coordinate representation of color #08CFCE: hue angle of 179.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CFCE is Cyan = 0.96, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB8207206-
CMYK0.9600.000.19
HSL179.7º92.56%42.16%-
HSV(B)179.7º96.14%81.18%-
XYZ33.5549.1366.11-
YUV147.38161.0728.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.90%
GREEN value IS 207 (81.25% from 255) = 49.17%
BLUE value IS 206 (80.86% from 255) = 48.93%
R=1.90%
G=49.17%
B=48.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82072060.9600.000.19179.792.5642.16
Hex8CFCE600013b45d2a
Octal10317316140002326413552
Binary1000110011111100111011000000010011101101001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08CFCE; }

 p { color: rgb(8,207,206); }

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

<style>
 a { background-color: #08CFCE; }

 a { background-color: rgb(8,207,206); }

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

<style>
 span { border-color: #08CFCE; }

 span { border-color: rgb(8,207,206); }

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