Html Css Color HEX #05C0DD Dark Turquoise

📋 copy color: '#05C0DD'

red 5 ◦ green 192 ◦ blue 221

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

Shades of Dark Turquoise #05C0DD

Tints of Dark Turquoise #05C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 1.2%
G = 45.93%
B = 52.87%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05C0DD (or 0x05C0DD) is known color: Dark Turquoise. HEX triplet: 05, C0 and DD. RGB value is (5,192,221). Sum of RGB (Red+Green+Blue) = 5+192+221=418 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #05C0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0DD is #FA3F22. Grayscale: #8B8B8B. Windows color (decimal): -16400163 or 14532613. OLE color: 14532613.

HSL color Cylindrical-coordinate representation of color #05C0DD: hue angle of 188.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C0DD is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 192 221 -
CMYK 0.98 0.13 0 0.13
HSL 188.06º 0.96% 0.44% -
HSV(B) 188.06º 0.98% 0.87% -
XYZ 31.96 42.95 75.01 -
YUV 139.39 174.05 32.14 -
System Red Green Blue C M Y K H S L
Decimal 5 192 221 0.98 0.13 0 0.13 188.06 0.96 0.44
Hex 5 C0 DD 62 D 0 D BC 60 2C
Octal 5 300 335 142 15 0 15 274 140 54
Binary 101 11000000 11011101 1100010 1101 0 1101 10111100 1100000 101100

Color Harmonies of #05C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C0DD

Black with #05C0DD

Text Example


Text Example

White with #05C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,192,221); }

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

background-color css

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

 a { background-color: rgb(5,192,221); }

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

border-color css

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

 span { border-color: rgb(5,192,221); }

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