#08CCD7

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

Shades of Dark Turquoise #08CCD7

Tints of Dark Turquoise #08CCD7

Color information

#08CCD7 (or 0x08CCD7) is unknown color: approx Dark Turquoise. HEX triplet: 08, CC and D7. RGB value is (8,204,215). Sum of RGB (Red+Green+Blue) = 8+204+215=427 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #08CCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CCD7 is #F73328. Grayscale: #929292. Windows color (decimal): -16200489 or 14142472. OLE color: 14142472.

HSL color Cylindrical-coordinate representation of color #08CCD7: hue angle of 183.19º 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 #08CCD7 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8204215-
CMYK0.960.0500.16
HSL183.19º92.83%43.73%-
HSV(B)183.19º96.28%84.31%-
XYZ33.9648.1471.79-
YUV146.65166.5729.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.87%
GREEN value IS 204 (80.08% from 255) = 47.78%
BLUE value IS 215 (84.38% from 255) = 50.35%
R=1.87%
G=47.78%
B=50.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82042150.960.0500.16183.1992.8343.73
Hex8CCD7605010b75d2c
Octal10314327140502026713554
Binary100011001100110101111100000101010000101101111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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