Html Css Color HEX #05D4DB Dark Turquoise

📋 copy color: '#05D4DB'

red 5 ◦ green 212 ◦ blue 219

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

Shades of Dark Turquoise #05D4DB

Tints of Dark Turquoise #05D4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.62%

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

R = 1.15%
G = 48.62%
B = 50.23%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05D4DB (or 0x05D4DB) is known color: Dark Turquoise. HEX triplet: 05, D4 and DB. RGB value is (5,212,219). Sum of RGB (Red+Green+Blue) = 5+212+219=436 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #05D4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05D4DB is #FA2B24. Grayscale: #969696. Windows color (decimal): -16395045 or 14406661. OLE color: 14406661.

HSL color Cylindrical-coordinate representation of color #05D4DB: hue angle of 181.96º 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 #05D4DB is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 212 219 -
CMYK 0.98 0.03 0 0.14
HSL 181.96º 0.96% 0.44% -
HSV(B) 181.96º 0.98% 0.86% -
XYZ 36.39 52.23 75.18 -
YUV 150.91 166.42 23.93 -
System Red Green Blue C M Y K H S L
Decimal 5 212 219 0.98 0.03 0 0.14 181.96 0.96 0.44
Hex 5 D4 DB 62 3 0 E B6 60 2C
Octal 5 324 333 142 3 0 16 266 140 54
Binary 101 11010100 11011011 1100010 11 0 1110 10110110 1100000 101100

Color Harmonies of #05D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D4DB

Black with #05D4DB

Text Example


Text Example

White with #05D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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