#5AEEC3

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

Shades of Turquoise #5AEEC3

Tints of Turquoise #5AEEC3

Color information

#5AEEC3 (or 0x5AEEC3) is unknown color: approx Turquoise. HEX triplet: 5A, EE and C3. RGB value is (90,238,195). Sum of RGB (Red+Green+Blue) = 90+238+195=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEEC3 is #A5113C. Grayscale: #BCBCBC. Windows color (decimal): -10817853 or 12840538. OLE color: 12840538.

HSL color Cylindrical-coordinate representation of color #5AEEC3: hue angle of 162.57º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEEC3 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB90238195-
CMYK0.6200.180.07
HSL162.57º81.32%64.31%-
HSV(B)162.57º62.18%93.33%-
XYZ44.6467.2662.26-
YUV188.85131.4757.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.21%
GREEN value IS 238 (93.36% from 255) = 45.51%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=17.21%
G=45.51%
B=37.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902381950.6200.180.07162.5781.3264.31
Hex5AEEC33E0127a35140
Octal132356303760227243121100
Binary101101011101110110000111111100100101111010001110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,238,195); }

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

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

 a { background-color: rgb(90,238,195); }

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

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

 span { border-color: rgb(90,238,195); }

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