Html Css Color HEX #08DCD0 Dark Turquoise

📋 copy color: '#08DCD0'

red 8 ◦ green 220 ◦ blue 208

#08DCD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #08DCD0

Tints of Dark Turquoise #08DCD0

RGB

 RED value IS 8 (3.52% from 255) = 1.83%

 GREEN value IS 220 (86.33% from 255) = 50.46%

 BLUE value IS 208 (81.64% from 255) = 47.71%

R = 1.83%
G = 50.46%
B = 47.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#08DCD0 (or 0x08DCD0) is known color: Dark Turquoise. HEX triplet: 08, DC and D0. RGB value is (8,220,208). Sum of RGB (Red+Green+Blue) = 8+220+208=436 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCD0 is #F7232F. Grayscale: #9B9B9B. Windows color (decimal): -16196400 or 13687816. OLE color: 13687816.

HSL color Cylindrical-coordinate representation of color #08DCD0: hue angle of 176.6º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DCD0 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 220 208 -
CMYK 0.96 0 0.05 0.14
HSL 176.6º 0.93% 0.45% -
HSV(B) 176.6º 0.96% 0.86% -
XYZ 37.08 55.79 68.49 -
YUV 155.24 157.76 22.98 -
System Red Green Blue C M Y K H S L
Decimal 8 220 208 0.96 0 0.05 0.14 176.6 0.93 0.45
Hex 8 DC D0 60 0 5 E B1 5D 2D
Octal 10 334 320 140 0 5 16 261 135 55
Binary 1000 11011100 11010000 1100000 0 101 1110 10110001 1011101 101101

Color Harmonies of #08DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCD0

Black with #08DCD0

Text Example


Text Example

White with #08DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,220,208); }

 H1.HeaderClassName
 {
   color: #08DCD0;
 }
 .AnyTagClassName
 {
   color: #08DCD0;
 }
</style>

background-color css

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

 a { background-color: rgb(8,220,208); }

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

border-color css

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

 span { border-color: rgb(8,220,208); }

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