Html Css Color HEX #05EED8 Bright Turquoise

📋 copy color: '#05EED8'

red 5 ◦ green 238 ◦ blue 216

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

Shades of Bright Turquoise #05EED8

Tints of Bright Turquoise #05EED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.85%

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 1.09%
G = 51.85%
B = 47.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#05EED8 (or 0x05EED8) is known color: Bright Turquoise. HEX triplet: 05, EE and D8. RGB value is (5,238,216). Sum of RGB (Red+Green+Blue) = 5+238+216=459 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #05EED8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EED8 is #FA1127. Grayscale: #A5A5A5. Windows color (decimal): -16388392 or 14216709. OLE color: 14216709.

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

Color convert

RGB 5 238 216 -
CMYK 0.98 0 0.09 0.07
HSL 174.33º 0.96% 0.48% -
HSV(B) 174.33º 0.98% 0.93% -
XYZ 43.03 66.14 75.46 -
YUV 165.83 156.31 13.29 -
System Red Green Blue C M Y K H S L
Decimal 5 238 216 0.98 0 0.09 0.07 174.33 0.96 0.48
Hex 5 EE D8 62 0 9 7 AE 60 30
Octal 5 356 330 142 0 11 7 256 140 60
Binary 101 11101110 11011000 1100010 0 1001 111 10101110 1100000 110000

Color Harmonies of #05EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EED8

Black with #05EED8

Text Example


Text Example

White with #05EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,238,216); }

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

background-color css

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

 a { background-color: rgb(5,238,216); }

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

border-color css

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

 span { border-color: rgb(5,238,216); }

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