#5AE7DF

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

Shades of Turquoise Blue #5AE7DF

Tints of Turquoise Blue #5AE7DF

Color information

#5AE7DF (or 0x5AE7DF) is unknown color: approx Turquoise Blue. HEX triplet: 5A, E7 and DF. RGB value is (90,231,223). Sum of RGB (Red+Green+Blue) = 90+231+223=544 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.54% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #5AE7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE7DF is #A51820. Grayscale: #BBBBBB. Windows color (decimal): -10819617 or 14673754. OLE color: 14673754.

HSL color Cylindrical-coordinate representation of color #5AE7DF: hue angle of 176.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE7DF is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB90231223-
CMYK0.6100.030.09
HSL176.6º74.6%62.94%-
HSV(B)176.6º61.04%90.59%-
XYZ46.1164.6579.86-
YUV187.93147.7958.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.54%
GREEN value IS 231 (90.62% from 255) = 42.46%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=16.54%
G=42.46%
B=40.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal902312230.6100.030.09176.674.662.94
Hex5AE7DF3D039b14b3f
Octal13234733775031126111377
Binary101101011100111110111111111010111001101100011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,231,223); }

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

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

 a { background-color: rgb(90,231,223); }

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

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

 span { border-color: rgb(90,231,223); }

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