Html Css Color HEX #05D9DB Dark Turquoise

📋 copy color: '#05D9DB'

red 5 ◦ green 217 ◦ blue 219

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

Shades of Dark Turquoise #05D9DB

Tints of Dark Turquoise #05D9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 1.13%
G = 49.21%
B = 49.66%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05D9DB (or 0x05D9DB) is known color: Dark Turquoise. HEX triplet: 05, D9 and DB. RGB value is (5,217,219). Sum of RGB (Red+Green+Blue) = 5+217+219=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #05D9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D9DB is #FA2624. Grayscale: #999999. Windows color (decimal): -16393765 or 14407941. OLE color: 14407941.

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

Color convert

RGB 5 217 219 -
CMYK 0.98 0.01 0 0.14
HSL 180.56º 0.96% 0.44% -
HSV(B) 180.56º 0.98% 0.86% -
XYZ 37.66 54.77 75.61 -
YUV 153.84 164.76 21.84 -
System Red Green Blue C M Y K H S L
Decimal 5 217 219 0.98 0.01 0 0.14 180.56 0.96 0.44
Hex 5 D9 DB 62 1 0 E B5 60 2C
Octal 5 331 333 142 1 0 16 265 140 54
Binary 101 11011001 11011011 1100010 1 0 1110 10110101 1100000 101100

Color Harmonies of #05D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D9DB

Black with #05D9DB

Text Example


Text Example

White with #05D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,217,219); }

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

background-color css

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

 a { background-color: rgb(5,217,219); }

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

border-color css

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

 span { border-color: rgb(5,217,219); }

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