#5AEFE0

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

Shades of Turquoise Blue #5AEFE0

Tints of Turquoise Blue #5AEFE0

Color information

#5AEFE0 (or 0x5AEFE0) is unknown color: approx Turquoise Blue. HEX triplet: 5A, EF and E0. RGB value is (90,239,224). Sum of RGB (Red+Green+Blue) = 90+239+224=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFE0 is #A5101F. Grayscale: #C0C0C0. Windows color (decimal): -10817568 or 14741338. OLE color: 14741338.

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

Color convert

RGB90239224-
CMYK0.6200.060.06
HSL173.96º82.32%64.51%-
HSV(B)173.96º62.34%93.73%-
XYZ48.5469.2981.34-
YUV192.74145.6454.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.27%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=16.27%
G=43.22%
B=40.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902392240.6200.060.06173.9682.3264.51
Hex5AEFE03E066ae5241
Octal13235734076066256122101
Binary1011010111011111110000011111001101101010111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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