Html Css Color HEX #05EDD9 Bright Turquoise

📋 copy color: '#05EDD9'

red 5 ◦ green 237 ◦ blue 217

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

Shades of Bright Turquoise #05EDD9

Tints of Bright Turquoise #05EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.63%

 BLUE value IS 217 (85.16% from 255) = 47.28%

R = 1.09%
G = 51.63%
B = 47.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#05EDD9 (or 0x05EDD9) is known color: Bright Turquoise. HEX triplet: 05, ED and D9. RGB value is (5,237,217). Sum of RGB (Red+Green+Blue) = 5+237+217=459 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #05EDD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EDD9 is #FA1226. Grayscale: #A5A5A5. Windows color (decimal): -16388647 or 14281989. OLE color: 14281989.

HSL color Cylindrical-coordinate representation of color #05EDD9: hue angle of 174.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EDD9 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 237 217 -
CMYK 0.98 0 0.08 0.07
HSL 174.83º 0.96% 0.47% -
HSV(B) 174.83º 0.98% 0.93% -
XYZ 42.87 65.61 76.05 -
YUV 165.35 157.14 13.63 -
System Red Green Blue C M Y K H S L
Decimal 5 237 217 0.98 0 0.08 0.07 174.83 0.96 0.47
Hex 5 ED D9 62 0 8 7 AF 60 2F
Octal 5 355 331 142 0 10 7 257 140 57
Binary 101 11101101 11011001 1100010 0 1000 111 10101111 1100000 101111

Color Harmonies of #05EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EDD9

Black with #05EDD9

Text Example


Text Example

White with #05EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,237,217); }

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

background-color css

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

 a { background-color: rgb(5,237,217); }

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

border-color css

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

 span { border-color: rgb(5,237,217); }

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