Html Css Color HEX #08DCCB Dark Turquoise

📋 copy color: '#08DCCB'

red 8 ◦ green 220 ◦ blue 203

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

Shades of Dark Turquoise #08DCCB

Tints of Dark Turquoise #08DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 1.86%
G = 51.04%
B = 47.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#08DCCB (or 0x08DCCB) is known color: Dark Turquoise. HEX triplet: 08, DC and CB. RGB value is (8,220,203). Sum of RGB (Red+Green+Blue) = 8+220+203=431 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCCB is #F72334. Grayscale: #9A9A9A. Windows color (decimal): -16196405 or 13360136. OLE color: 13360136.

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

Color convert

RGB 8 220 203 -
CMYK 0.96 0 0.08 0.14
HSL 175.19º 0.93% 0.45% -
HSV(B) 175.19º 0.96% 0.86% -
XYZ 36.47 55.55 65.3 -
YUV 154.67 155.26 23.38 -
System Red Green Blue C M Y K H S L
Decimal 8 220 203 0.96 0 0.08 0.14 175.19 0.93 0.45
Hex 8 DC CB 60 0 8 E AF 5D 2D
Octal 10 334 313 140 0 10 16 257 135 55
Binary 1000 11011100 11001011 1100000 0 1000 1110 10101111 1011101 101101

Color Harmonies of #08DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCCB

Black with #08DCCB

Text Example


Text Example

White with #08DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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