Html Css Color HEX #05DECA Dark Turquoise

📋 copy color: '#05DECA'

red 5 ◦ green 222 ◦ blue 202

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

Shades of Dark Turquoise #05DECA

Tints of Dark Turquoise #05DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.75%

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 1.17%
G = 51.75%
B = 47.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#05DECA (or 0x05DECA) is known color: Dark Turquoise. HEX triplet: 05, DE and CA. RGB value is (5,222,202). Sum of RGB (Red+Green+Blue) = 5+222+202=429 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #05DECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DECA is #FA2135. Grayscale: #9A9A9A. Windows color (decimal): -16392502 or 13295109. OLE color: 13295109.

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

Color convert

RGB 5 222 202 -
CMYK 0.98 0 0.09 0.13
HSL 174.47º 0.96% 0.45% -
HSV(B) 174.47º 0.98% 0.87% -
XYZ 36.84 56.54 64.85 -
YUV 154.84 154.61 21.13 -
System Red Green Blue C M Y K H S L
Decimal 5 222 202 0.98 0 0.09 0.13 174.47 0.96 0.45
Hex 5 DE CA 62 0 9 D AE 60 2D
Octal 5 336 312 142 0 11 15 256 140 55
Binary 101 11011110 11001010 1100010 0 1001 1101 10101110 1100000 101101

Color Harmonies of #05DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DECA

Black with #05DECA

Text Example


Text Example

White with #05DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,222,202); }

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

background-color css

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

 a { background-color: rgb(5,222,202); }

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

border-color css

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

 span { border-color: rgb(5,222,202); }

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