Html Css Color HEX #05DED1 Bright Turquoise

📋 copy color: '#05DED1'

red 5 ◦ green 222 ◦ blue 209

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

Shades of Bright Turquoise #05DED1

Tints of Bright Turquoise #05DED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.94%

R = 1.15%
G = 50.92%
B = 47.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#05DED1 (or 0x05DED1) is known color: Bright Turquoise. HEX triplet: 05, DE and D1. RGB value is (5,222,209). Sum of RGB (Red+Green+Blue) = 5+222+209=436 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #05DED1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05DED1 is #FA212E. Grayscale: #9B9B9B. Windows color (decimal): -16392495 or 13753861. OLE color: 13753861.

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

Color convert

RGB 5 222 209 -
CMYK 0.98 0 0.06 0.13
HSL 176.41º 0.96% 0.45% -
HSV(B) 176.41º 0.98% 0.87% -
XYZ 37.69 56.88 69.31 -
YUV 155.64 158.11 20.56 -
System Red Green Blue C M Y K H S L
Decimal 5 222 209 0.98 0 0.06 0.13 176.41 0.96 0.45
Hex 5 DE D1 62 0 6 D B0 60 2D
Octal 5 336 321 142 0 6 15 260 140 55
Binary 101 11011110 11010001 1100010 0 110 1101 10110000 1100000 101101

Color Harmonies of #05DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DED1

Black with #05DED1

Text Example


Text Example

White with #05DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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