Html Css Color HEX #05CEDC Dark Turquoise

📋 copy color: '#05CEDC'

red 5 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #05CEDC

Tints of Dark Turquoise #05CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.8%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 1.16%
G = 47.8%
B = 51.04%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05CEDC (or 0x05CEDC) is known color: Dark Turquoise. HEX triplet: 05, CE and DC. RGB value is (5,206,220). Sum of RGB (Red+Green+Blue) = 5+206+220=431 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #05CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CEDC is #FA3123. Grayscale: #939393. Windows color (decimal): -16396580 or 14470661. OLE color: 14470661.

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

Color convert

RGB 5 206 220 -
CMYK 0.98 0.06 0 0.14
HSL 183.91º 0.96% 0.44% -
HSV(B) 183.91º 0.98% 0.86% -
XYZ 35.05 49.34 75.39 -
YUV 147.5 168.91 26.36 -
System Red Green Blue C M Y K H S L
Decimal 5 206 220 0.98 0.06 0 0.14 183.91 0.96 0.44
Hex 5 CE DC 62 6 0 E B8 60 2C
Octal 5 316 334 142 6 0 16 270 140 54
Binary 101 11001110 11011100 1100010 110 0 1110 10111000 1100000 101100

Color Harmonies of #05CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CEDC

Black with #05CEDC

Text Example


Text Example

White with #05CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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