#5AE5EB

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

Shades of Turquoise Blue #5AE5EB

Tints of Turquoise Blue #5AE5EB

Color information

#5AE5EB (or 0x5AE5EB) is unknown color: approx Turquoise Blue. HEX triplet: 5A, E5 and EB. RGB value is (90,229,235). Sum of RGB (Red+Green+Blue) = 90+229+235=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AE5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AE5EB is #A51A14. Grayscale: #BBBBBB. Windows color (decimal): -10820117 or 15459674. OLE color: 15459674.

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

Color convert

RGB90229235-
CMYK0.620.0300.08
HSL182.48º78.38%63.73%-
HSV(B)182.48º61.7%92.16%-
XYZ47.2364.2188.5-
YUV188.12154.4558.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.25%
GREEN value IS 229 (89.84% from 255) = 41.34%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=16.25%
G=41.34%
B=42.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902292350.620.0300.08182.4878.3863.73
Hex5AE5EB3E308b64e40
Octal132345353763010266116100
Binary1011010111001011110101111111011010001011011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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