Html Css Color HEX #05EDE8 Bright Turquoise

📋 copy color: '#05EDE8'

red 5 ◦ green 237 ◦ blue 232

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

Shades of Bright Turquoise #05EDE8

Tints of Bright Turquoise #05EDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 1.05%
G = 50%
B = 48.95%

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

#05EDE8 (or 0x05EDE8) is known color: Bright Turquoise. HEX triplet: 05, ED and E8. RGB value is (5,237,232). Sum of RGB (Red+Green+Blue) = 5+237+232=474 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #05EDE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EDE8 is #FA1217. Grayscale: #A6A6A6. Windows color (decimal): -16388632 or 15265029. OLE color: 15265029.

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

Color convert

RGB 5 237 232 -
CMYK 0.98 0 0.02 0.07
HSL 178.71º 0.96% 0.47% -
HSV(B) 178.71º 0.98% 0.93% -
XYZ 44.91 66.43 86.8 -
YUV 167.06 164.64 12.41 -
System Red Green Blue C M Y K H S L
Decimal 5 237 232 0.98 0 0.02 0.07 178.71 0.96 0.47
Hex 5 ED E8 62 0 2 7 B3 60 2F
Octal 5 355 350 142 0 2 7 263 140 57
Binary 101 11101101 11101000 1100010 0 10 111 10110011 1100000 101111

Color Harmonies of #05EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EDE8

Black with #05EDE8

Text Example


Text Example

White with #05EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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