#08D7CC

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

Shades of Dark Turquoise #08D7CC

Tints of Dark Turquoise #08D7CC

Color information

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

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

Color convert

RGB8215204-
CMYK0.9600.050.16
HSL176.81º92.83%43.73%-
HSV(B)176.81º96.28%84.31%-
XYZ35.353.0165.5-
YUV151.85157.4225.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82152040.9600.050.16176.8192.8343.73
Hex8D7CC600510b15d2c
Octal10327314140052026113554
Binary100011010111110011001100000010110000101100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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