Html Css Color HEX #05DECB Dark Turquoise

📋 copy color: '#05DECB'

red 5 ◦ green 222 ◦ blue 203

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

Shades of Dark Turquoise #05DECB

Tints of Dark Turquoise #05DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 1.16%
G = 51.63%
B = 47.21%

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

#05DECB (or 0x05DECB) is known color: Dark Turquoise. HEX triplet: 05, DE and CB. RGB value is (5,222,203). Sum of RGB (Red+Green+Blue) = 5+222+203=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #05DECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DECB is #FA2134. Grayscale: #9A9A9A. Windows color (decimal): -16392501 or 13360645. OLE color: 13360645.

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

Color convert

RGB 5 222 203 -
CMYK 0.98 0 0.09 0.13
HSL 174.75º 0.96% 0.45% -
HSV(B) 174.75º 0.98% 0.87% -
XYZ 36.96 56.59 65.47 -
YUV 154.95 155.11 21.04 -
System Red Green Blue C M Y K H S L
Decimal 5 222 203 0.98 0 0.09 0.13 174.75 0.96 0.45
Hex 5 DE CB 62 0 9 D AF 60 2D
Octal 5 336 313 142 0 11 15 257 140 55
Binary 101 11011110 11001011 1100010 0 1001 1101 10101111 1100000 101101

Color Harmonies of #05DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DECB

Black with #05DECB

Text Example


Text Example

White with #05DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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