#5AE5C8

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

Shades of Turquoise #5AE5C8

Tints of Turquoise #5AE5C8

Color information

#5AE5C8 (or 0x5AE5C8) is unknown color: approx Turquoise. HEX triplet: 5A, E5 and C8. RGB value is (90,229,200). Sum of RGB (Red+Green+Blue) = 90+229+200=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE5C8 is #A51A37. Grayscale: #B8B8B8. Windows color (decimal): -10820152 or 13165914. OLE color: 13165914.

HSL color Cylindrical-coordinate representation of color #5AE5C8: hue angle of 167.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5C8 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB90229200-
CMYK0.6100.130.10
HSL167.48º72.77%62.55%-
HSV(B)167.48º60.7%89.8%-
XYZ42.6662.3864.44-
YUV184.13136.9560.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.34%
GREEN value IS 229 (89.84% from 255) = 44.12%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=17.34%
G=44.12%
B=38.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal902292000.6100.130.10167.4872.7762.55
Hex5AE5C83D0DAa7493f
Octal132345310750151224711177
Binary10110101110010111001000111101011011010101001111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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