Html Css Color HEX #08DACB Dark Turquoise

📋 copy color: '#08DACB'

red 8 ◦ green 218 ◦ blue 203

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

Shades of Dark Turquoise #08DACB

Tints of Dark Turquoise #08DACB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.82%

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

R = 1.86%
G = 50.82%
B = 47.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#08DACB (or 0x08DACB) is known color: Dark Turquoise. HEX triplet: 08, DA and CB. RGB value is (8,218,203). Sum of RGB (Red+Green+Blue) = 8+218+203=429 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #08DACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DACB is #F72534. Grayscale: #999999. Windows color (decimal): -16196917 or 13359624. OLE color: 13359624.

HSL color Cylindrical-coordinate representation of color #08DACB: hue angle of 175.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DACB is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 218 203 -
CMYK 0.96 0 0.07 0.15
HSL 175.71º 0.93% 0.44% -
HSV(B) 175.71º 0.96% 0.85% -
XYZ 35.95 54.51 65.13 -
YUV 153.5 155.93 24.22 -
System Red Green Blue C M Y K H S L
Decimal 8 218 203 0.96 0 0.07 0.15 175.71 0.93 0.44
Hex 8 DA CB 60 0 7 F B0 5D 2C
Octal 10 332 313 140 0 7 17 260 135 54
Binary 1000 11011010 11001011 1100000 0 111 1111 10110000 1011101 101100

Color Harmonies of #08DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DACB

Black with #08DACB

Text Example


Text Example

White with #08DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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