#5ED8EA

Color #5ED8EA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5ED8EA

Tints of Turquoise Blue #5ED8EA

Color information

#5ED8EA (or 0x5ED8EA) is unknown color: approx Turquoise Blue. HEX triplet: 5E, D8 and EA. RGB value is (94,216,234). Sum of RGB (Red+Green+Blue) = 94+216+234=544 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.28% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #5ED8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED8EA is #A12715. Grayscale: #B5B5B5. Windows color (decimal): -10561302 or 15390814. OLE color: 15390814.

HSL color Cylindrical-coordinate representation of color #5ED8EA: hue angle of 187.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ED8EA is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94216234-
CMYK0.600.0800.08
HSL187.71º76.92%64.31%-
HSV(B)187.71º59.83%91.76%-
XYZ44.0257.4386.61-
YUV181.57157.5865.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.28%
GREEN value IS 216 (84.77% from 255) = 39.71%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=17.28%
G=39.71%
B=43.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal942162340.600.0800.08187.7176.9264.31
Hex5ED8EA3C808bc4d40
Octal1363303527410010274115100
Binary101111011011000111010101111001000010001011110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ED8EA; }

 p { color: rgb(94,216,234); }

 H1.HeaderClassName
 {
   color: #5ED8EA;
 }
 .AnyTagClassName
 {
   color: #5ED8EA;
 }
</style>
background-color css

<style>
 a { background-color: #5ED8EA; }

 a { background-color: rgb(94,216,234); }

 div.DivClassName
 {
   background-color: #5ED8EA;
 }
 .BgClassName
 {
   background-color: #5ED8EA;
 }
</style>
border-color css

<style>
 span { border-color: #5ED8EA; }

 span { border-color: rgb(94,216,234); }

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