#5AE9DA

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

Shades of Turquoise #5AE9DA

Tints of Turquoise #5AE9DA

Color information

#5AE9DA (or 0x5AE9DA) is unknown color: approx Turquoise. HEX triplet: 5A, E9 and DA. RGB value is (90,233,218). Sum of RGB (Red+Green+Blue) = 90+233+218=541 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.64% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #5AE9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE9DA is #A51625. Grayscale: #BCBCBC. Windows color (decimal): -10819110 or 14346586. OLE color: 14346586.

HSL color Cylindrical-coordinate representation of color #5AE9DA: hue angle of 173.71º degrees, saturation: 0.76, 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 #5AE9DA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB90233218-
CMYK0.6100.060.09
HSL173.71º76.47%63.33%-
HSV(B)173.71º61.37%91.37%-
XYZ46.0165.5176.55-
YUV188.53144.6257.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.64%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=16.64%
G=43.07%
B=40.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal902332180.6100.060.09173.7176.4763.33
Hex5AE9DA3D069ae4c3f
Octal13235133275061125611477
Binary1011010111010011101101011110101101001101011101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,233,218); }

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

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

 a { background-color: rgb(90,233,218); }

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

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

 span { border-color: rgb(90,233,218); }

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