Html Css Color HEX #08DCD1 Dark Turquoise

📋 copy color: '#08DCD1'

red 8 ◦ green 220 ◦ blue 209

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

Shades of Dark Turquoise #08DCD1

Tints of Dark Turquoise #08DCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.83%

R = 1.83%
G = 50.34%
B = 47.83%

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

#08DCD1 (or 0x08DCD1) is known color: Dark Turquoise. HEX triplet: 08, DC and D1. RGB value is (8,220,209). Sum of RGB (Red+Green+Blue) = 8+220+209=437 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCD1 is #F7232E. Grayscale: #9B9B9B. Windows color (decimal): -16196399 or 13753352. OLE color: 13753352.

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

Color convert

RGB 8 220 209 -
CMYK 0.96 0 0.05 0.14
HSL 176.89º 0.93% 0.45% -
HSV(B) 176.89º 0.96% 0.86% -
XYZ 37.2 55.84 69.14 -
YUV 155.36 158.26 22.89 -
System Red Green Blue C M Y K H S L
Decimal 8 220 209 0.96 0 0.05 0.14 176.89 0.93 0.45
Hex 8 DC D1 60 0 5 E B1 5D 2D
Octal 10 334 321 140 0 5 16 261 135 55
Binary 1000 11011100 11010001 1100000 0 101 1110 10110001 1011101 101101

Color Harmonies of #08DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCD1

Black with #08DCD1

Text Example


Text Example

White with #08DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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