Html Css Color HEX #05CDDC Dark Turquoise

📋 copy color: '#05CDDC'

red 5 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #05CDDC

Tints of Dark Turquoise #05CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

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

R = 1.16%
G = 47.67%
B = 51.16%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#05CDDC (or 0x05CDDC) is known color: Dark Turquoise. HEX triplet: 05, CD and DC. RGB value is (5,205,220). Sum of RGB (Red+Green+Blue) = 5+205+220=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #05CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05CDDC is #FA3223. Grayscale: #929292. Windows color (decimal): -16396836 or 14470405. OLE color: 14470405.

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

Color convert

RGB 5 205 220 -
CMYK 0.98 0.07 0 0.14
HSL 184.19º 0.96% 0.44% -
HSV(B) 184.19º 0.98% 0.86% -
XYZ 34.81 48.86 75.31 -
YUV 146.91 169.24 26.78 -
System Red Green Blue C M Y K H S L
Decimal 5 205 220 0.98 0.07 0 0.14 184.19 0.96 0.44
Hex 5 CD DC 62 7 0 E B8 60 2C
Octal 5 315 334 142 7 0 16 270 140 54
Binary 101 11001101 11011100 1100010 111 0 1110 10111000 1100000 101100

Color Harmonies of #05CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CDDC

Black with #05CDDC

Text Example


Text Example

White with #05CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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