#5AE5ED

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

Shades of Turquoise Blue #5AE5ED

Tints of Turquoise Blue #5AE5ED

Color information

#5AE5ED (or 0x5AE5ED) is unknown color: approx Turquoise Blue. HEX triplet: 5A, E5 and ED. RGB value is (90,229,237). Sum of RGB (Red+Green+Blue) = 90+229+237=556 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.19% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AE5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AE5ED is #A51A12. Grayscale: #BCBCBC. Windows color (decimal): -10820115 or 15590746. OLE color: 15590746.

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

Color convert

RGB90229237-
CMYK0.620.0300.07
HSL183.27º80.33%64.12%-
HSV(B)183.27º62.03%92.94%-
XYZ47.5264.3390.03-
YUV188.35155.4557.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.19%
GREEN value IS 229 (89.84% from 255) = 41.19%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=16.19%
G=41.19%
B=42.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902292370.620.0300.07183.2780.3364.12
Hex5AE5ED3E307b75040
Octal13234535576307267120100
Binary101101011100101111011011111101101111011011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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