#5AEAC7

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

Shades of Turquoise #5AEAC7

Tints of Turquoise #5AEAC7

Color information

#5AEAC7 (or 0x5AEAC7) is unknown color: approx Turquoise. HEX triplet: 5A, EA and C7. RGB value is (90,234,199). Sum of RGB (Red+Green+Blue) = 90+234+199=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #5AEAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEAC7 is #A51538. Grayscale: #BABABA. Windows color (decimal): -10818873 or 13101658. OLE color: 13101658.

HSL color Cylindrical-coordinate representation of color #5AEAC7: hue angle of 165.42º degrees, saturation: 0.77, 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 #5AEAC7 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB90234199-
CMYK0.6200.150.08
HSL165.42º77.42%63.53%-
HSV(B)165.42º61.54%91.76%-
XYZ43.9565.1464.29-
YUV186.95134.7958.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.21%
GREEN value IS 234 (91.80% from 255) = 44.74%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=17.21%
G=44.74%
B=38.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902341990.6200.150.08165.4277.4263.53
Hex5AEAC73E0F8a54d40
Octal1323523077601710245115100
Binary101101011101010110001111111100111110001010010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,234,199); }

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

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

 a { background-color: rgb(90,234,199); }

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

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

 span { border-color: rgb(90,234,199); }

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