Html Css Color HEX #05EADE Bright Turquoise

📋 copy color: '#05EADE'

red 5 ◦ green 234 ◦ blue 222

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

Shades of Bright Turquoise #05EADE

Tints of Bright Turquoise #05EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.76%

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 1.08%
G = 50.76%
B = 48.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#05EADE (or 0x05EADE) is known color: Bright Turquoise. HEX triplet: 05, EA and DE. RGB value is (5,234,222). Sum of RGB (Red+Green+Blue) = 5+234+222=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #05EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EADE is #FA1521. Grayscale: #A3A3A3. Windows color (decimal): -16389410 or 14608901. OLE color: 14608901.

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

Color convert

RGB 5 234 222 -
CMYK 0.98 0 0.05 0.08
HSL 176.86º 0.96% 0.47% -
HSV(B) 176.86º 0.98% 0.92% -
XYZ 42.67 64.15 79.24 -
YUV 164.16 160.63 14.48 -
System Red Green Blue C M Y K H S L
Decimal 5 234 222 0.98 0 0.05 0.08 176.86 0.96 0.47
Hex 5 EA DE 62 0 5 8 B1 60 2F
Octal 5 352 336 142 0 5 10 261 140 57
Binary 101 11101010 11011110 1100010 0 101 1000 10110001 1100000 101111

Color Harmonies of #05EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EADE

Black with #05EADE

Text Example


Text Example

White with #05EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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