#5AE1ED

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

Shades of Turquoise Blue #5AE1ED

Tints of Turquoise Blue #5AE1ED

Color information

#5AE1ED (or 0x5AE1ED) is unknown color: approx Turquoise Blue. HEX triplet: 5A, E1 and ED. RGB value is (90,225,237). Sum of RGB (Red+Green+Blue) = 90+225+237=552 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.30% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AE1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AE1ED is #A51E12. Grayscale: #B9B9B9. Windows color (decimal): -10821139 or 15589722. OLE color: 15589722.

HSL color Cylindrical-coordinate representation of color #5AE1ED: hue angle of 184.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AE1ED is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB90225237-
CMYK0.620.0500.07
HSL184.9º80.33%64.12%-
HSV(B)184.9º62.03%92.94%-
XYZ46.4362.1489.67-
YUV186156.7759.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.30%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=16.30%
G=40.76%
B=42.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902252370.620.0500.07184.980.3364.12
Hex5AE1ED3E507b95040
Octal13234135576507271120100
Binary1011010111000011110110111111010101111011100110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,225,237); }

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

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

 a { background-color: rgb(90,225,237); }

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

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

 span { border-color: rgb(90,225,237); }

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