Html Css Color HEX #05DCD2 Dark Turquoise

📋 copy color: '#05DCD2'

red 5 ◦ green 220 ◦ blue 210

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

Shades of Dark Turquoise #05DCD2

Tints of Dark Turquoise #05DCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.28%

R = 1.15%
G = 50.57%
B = 48.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#05DCD2 (or 0x05DCD2) is known color: Dark Turquoise. HEX triplet: 05, DC and D2. RGB value is (5,220,210). Sum of RGB (Red+Green+Blue) = 5+220+210=435 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCD2 is #FA232D. Grayscale: #9A9A9A. Windows color (decimal): -16393006 or 13818885. OLE color: 13818885.

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

Color convert

RGB 5 220 210 -
CMYK 0.98 0 0.05 0.14
HSL 177.21º 0.96% 0.44% -
HSV(B) 177.21º 0.98% 0.86% -
XYZ 37.29 55.87 69.79 -
YUV 154.58 159.27 21.31 -
System Red Green Blue C M Y K H S L
Decimal 5 220 210 0.98 0 0.05 0.14 177.21 0.96 0.44
Hex 5 DC D2 62 0 5 E B1 60 2C
Octal 5 334 322 142 0 5 16 261 140 54
Binary 101 11011100 11010010 1100010 0 101 1110 10110001 1100000 101100

Color Harmonies of #05DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCD2

Black with #05DCD2

Text Example


Text Example

White with #05DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,220,210); }

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

background-color css

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

 a { background-color: rgb(5,220,210); }

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

border-color css

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

 span { border-color: rgb(5,220,210); }

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