Html Css Color HEX #05DACB Dark Turquoise

📋 copy color: '#05DACB'

red 5 ◦ green 218 ◦ blue 203

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

Shades of Dark Turquoise #05DACB

Tints of Dark Turquoise #05DACB

RGB

 RED value IS 5 (2.34% from 255) = 1.17%

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

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

R = 1.17%
G = 51.17%
B = 47.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#05DACB (or 0x05DACB) is known color: Dark Turquoise. HEX triplet: 05, DA and CB. RGB value is (5,218,203). Sum of RGB (Red+Green+Blue) = 5+218+203=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #05DACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DACB is #FA2534. Grayscale: #989898. Windows color (decimal): -16393525 or 13359621. OLE color: 13359621.

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

Color convert

RGB 5 218 203 -
CMYK 0.98 0 0.07 0.15
HSL 175.77º 0.96% 0.44% -
HSV(B) 175.77º 0.98% 0.85% -
XYZ 35.91 54.49 65.12 -
YUV 152.6 156.43 22.72 -
System Red Green Blue C M Y K H S L
Decimal 5 218 203 0.98 0 0.07 0.15 175.77 0.96 0.44
Hex 5 DA CB 62 0 7 F B0 60 2C
Octal 5 332 313 142 0 7 17 260 140 54
Binary 101 11011010 11001011 1100010 0 111 1111 10110000 1100000 101100

Color Harmonies of #05DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DACB

Black with #05DACB

Text Example


Text Example

White with #05DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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