Html Css Color HEX #05EDE9 Bright Turquoise

📋 copy color: '#05EDE9'

red 5 ◦ green 237 ◦ blue 233

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

Shades of Bright Turquoise #05EDE9

Tints of Bright Turquoise #05EDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.05%

R = 1.05%
G = 49.89%
B = 49.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#05EDE9 (or 0x05EDE9) is known color: Bright Turquoise. HEX triplet: 05, ED and E9. RGB value is (5,237,233). Sum of RGB (Red+Green+Blue) = 5+237+233=475 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #05EDE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EDE9 is #FA1216. Grayscale: #A6A6A6. Windows color (decimal): -16388631 or 15330565. OLE color: 15330565.

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

Color convert

RGB 5 237 233 -
CMYK 0.98 0 0.02 0.07
HSL 178.97º 0.96% 0.47% -
HSV(B) 178.97º 0.98% 0.93% -
XYZ 45.05 66.48 87.55 -
YUV 167.18 165.14 12.33 -
System Red Green Blue C M Y K H S L
Decimal 5 237 233 0.98 0 0.02 0.07 178.97 0.96 0.47
Hex 5 ED E9 62 0 2 7 B3 60 2F
Octal 5 355 351 142 0 2 7 263 140 57
Binary 101 11101101 11101001 1100010 0 10 111 10110011 1100000 101111

Color Harmonies of #05EDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EDE9

Black with #05EDE9

Text Example


Text Example

White with #05EDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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