#5AEFE4

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

Shades of Turquoise Blue #5AEFE4

Tints of Turquoise Blue #5AEFE4

Color information

#5AEFE4 (or 0x5AEFE4) is unknown color: approx Turquoise Blue. HEX triplet: 5A, EF and E4. RGB value is (90,239,228). Sum of RGB (Red+Green+Blue) = 90+239+228=557 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.16% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFE4 is #A5101B. Grayscale: #C1C1C1. Windows color (decimal): -10817564 or 15003482. OLE color: 15003482.

HSL color Cylindrical-coordinate representation of color #5AEFE4: hue angle of 175.57º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFE4 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB90239228-
CMYK0.6200.050.06
HSL175.57º82.32%64.51%-
HSV(B)175.57º62.34%93.73%-
XYZ49.0969.5184.23-
YUV193.19147.6454.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.16%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=16.16%
G=42.91%
B=40.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902392280.6200.050.06175.5782.3264.51
Hex5AEFE43E056b05241
Octal13235734476056260122101
Binary1011010111011111110010011111001011101011000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,239,228); }

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

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

 a { background-color: rgb(90,239,228); }

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

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

 span { border-color: rgb(90,239,228); }

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