#5EDAEB

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

Shades of Turquoise Blue #5EDAEB

Tints of Turquoise Blue #5EDAEB

Color information

#5EDAEB (or 0x5EDAEB) is unknown color: approx Turquoise Blue. HEX triplet: 5E, DA and EB. RGB value is (94,218,235). Sum of RGB (Red+Green+Blue) = 94+218+235=547 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.18% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EDAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDAEB is #A12514. Grayscale: #B6B6B6. Windows color (decimal): -10560789 or 15456862. OLE color: 15456862.

HSL color Cylindrical-coordinate representation of color #5EDAEB: hue angle of 187.23º 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 #5EDAEB is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94218235-
CMYK0.60.0700.08
HSL187.23º77.9%64.51%-
HSV(B)187.23º60%92.16%-
XYZ44.6858.5287.54-
YUV182.86157.4264.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.18%
GREEN value IS 218 (85.55% from 255) = 39.85%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=17.18%
G=39.85%
B=42.96%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal942182350.60.0700.08187.2377.964.51
Hex5EDAEB3C708bb4e41
Octal136332353747010273116101
Binary10111101101101011101011111100111010001011101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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