#5AF3E4

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

Shades of Turquoise Blue #5AF3E4

Tints of Turquoise Blue #5AF3E4

Color information

#5AF3E4 (or 0x5AF3E4) is unknown color: approx Turquoise Blue. HEX triplet: 5A, F3 and E4. RGB value is (90,243,228). Sum of RGB (Red+Green+Blue) = 90+243+228=561 (74% of max value = 765). Red value is 90 (35.55% from 255 or 16.04% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF3E4 is #A50C1B. Grayscale: #C3C3C3. Windows color (decimal): -10816540 or 15004506. OLE color: 15004506.

HSL color Cylindrical-coordinate representation of color #5AF3E4: hue angle of 174.12º degrees, saturation: 0.86, 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 #5AF3E4 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB90243228-
CMYK0.6300.060.05
HSL174.12º86.44%65.29%-
HSV(B)174.12º62.96%95.29%-
XYZ50.2771.8884.62-
YUV195.54146.3152.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.04%
GREEN value IS 243 (95.31% from 255) = 43.32%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=16.04%
G=43.32%
B=40.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902432280.6300.060.05174.1286.4465.29
Hex5AF3E43F065ae5641
Octal13236334477065256126101
Binary1011010111100111110010011111101101011010111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,228); }

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

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

 a { background-color: rgb(90,243,228); }

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

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

 span { border-color: rgb(90,243,228); }

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