#5EE4EB

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

Shades of Turquoise Blue #5EE4EB

Tints of Turquoise Blue #5EE4EB

Color information

#5EE4EB (or 0x5EE4EB) is unknown color: approx Turquoise Blue. HEX triplet: 5E, E4 and EB. RGB value is (94,228,235). Sum of RGB (Red+Green+Blue) = 94+228+235=557 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.88% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EE4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EE4EB is #A11B14. Grayscale: #BCBCBC. Windows color (decimal): -10558229 or 15459422. OLE color: 15459422.

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

Color convert

RGB94228235-
CMYK0.60.0300.08
HSL182.98º77.9%64.51%-
HSV(B)182.98º60%92.16%-
XYZ47.3563.8688.43-
YUV188.73154.1160.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.88%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=16.88%
G=40.93%
B=42.19%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal942282350.60.0300.08182.9877.964.51
Hex5EE4EB3C308b74e41
Octal136344353743010267116101
Binary1011110111001001110101111110011010001011011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,228,235); }

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

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

 a { background-color: rgb(94,228,235); }

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

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

 span { border-color: rgb(94,228,235); }

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