#08CBD7

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

Shades of Dark Turquoise #08CBD7

Tints of Dark Turquoise #08CBD7

Color information

#08CBD7 (or 0x08CBD7) is unknown color: approx Dark Turquoise. HEX triplet: 08, CB and D7. RGB value is (8,203,215). Sum of RGB (Red+Green+Blue) = 8+203+215=426 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.88% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #08CBD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CBD7 is #F73428. Grayscale: #919191. Windows color (decimal): -16200745 or 14142216. OLE color: 14142216.

HSL color Cylindrical-coordinate representation of color #08CBD7: hue angle of 183.48º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CBD7 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8203215-
CMYK0.960.0600.16
HSL183.48º92.83%43.73%-
HSV(B)183.48º96.28%84.31%-
XYZ33.7247.6771.71-
YUV146.06166.929.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.88%
GREEN value IS 203 (79.69% from 255) = 47.65%
BLUE value IS 215 (84.38% from 255) = 50.47%
R=1.88%
G=47.65%
B=50.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82032150.960.0600.16183.4892.8343.73
Hex8CBD7606010b75d2c
Octal10313327140602026713554
Binary100011001011110101111100000110010000101101111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,203,215); }

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

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

 a { background-color: rgb(8,203,215); }

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

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

 span { border-color: rgb(8,203,215); }

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