#5AF2E5

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

Shades of Turquoise Blue #5AF2E5

Tints of Turquoise Blue #5AF2E5

Color information

#5AF2E5 (or 0x5AF2E5) is unknown color: approx Turquoise Blue. HEX triplet: 5A, F2 and E5. RGB value is (90,242,229). Sum of RGB (Red+Green+Blue) = 90+242+229=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF2E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF2E5 is #A50D1A. Grayscale: #C2C2C2. Windows color (decimal): -10816795 or 15069786. OLE color: 15069786.

HSL color Cylindrical-coordinate representation of color #5AF2E5: hue angle of 174.87º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF2E5 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB90242229-
CMYK0.6300.050.05
HSL174.87º85.39%65.1%-
HSV(B)174.87º62.81%94.9%-
XYZ50.1171.3485.26-
YUV195.07147.1453.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.04%
GREEN value IS 242 (94.92% from 255) = 43.14%
BLUE value IS 229 (89.84% from 255) = 40.82%
R=16.04%
G=43.14%
B=40.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902422290.6300.050.05174.8785.3965.1
Hex5AF2E53F055af5541
Octal13236234577055257125101
Binary1011010111100101110010111111101011011010111110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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