Html Css Color HEX #05DCCC Dark Turquoise

📋 copy color: '#05DCCC'

red 5 ◦ green 220 ◦ blue 204

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

Shades of Dark Turquoise #05DCCC

Tints of Dark Turquoise #05DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 1.17%
G = 51.28%
B = 47.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#05DCCC (or 0x05DCCC) is known color: Dark Turquoise. HEX triplet: 05, DC and CC. RGB value is (5,220,204). Sum of RGB (Red+Green+Blue) = 5+220+204=429 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DCCC is #FA2333. Grayscale: #999999. Windows color (decimal): -16393012 or 13425669. OLE color: 13425669.

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

Color convert

RGB 5 220 204 -
CMYK 0.98 0 0.07 0.14
HSL 175.53º 0.96% 0.44% -
HSV(B) 175.53º 0.98% 0.86% -
XYZ 36.55 55.58 65.93 -
YUV 153.89 156.27 21.8 -
System Red Green Blue C M Y K H S L
Decimal 5 220 204 0.98 0 0.07 0.14 175.53 0.96 0.44
Hex 5 DC CC 62 0 7 E B0 60 2C
Octal 5 334 314 142 0 7 16 260 140 54
Binary 101 11011100 11001100 1100010 0 111 1110 10110000 1100000 101100

Color Harmonies of #05DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCCC

Black with #05DCCC

Text Example


Text Example

White with #05DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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