#5AEBE4

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

Shades of Turquoise Blue #5AEBE4

Tints of Turquoise Blue #5AEBE4

Color information

#5AEBE4 (or 0x5AEBE4) is unknown color: approx Turquoise Blue. HEX triplet: 5A, EB and E4. RGB value is (90,235,228). Sum of RGB (Red+Green+Blue) = 90+235+228=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBE4 is #A5141B. Grayscale: #BEBEBE. Windows color (decimal): -10818588 or 15002458. OLE color: 15002458.

HSL color Cylindrical-coordinate representation of color #5AEBE4: hue angle of 177.1º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBE4 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB90235228-
CMYK0.6200.030.08
HSL177.1º78.38%63.73%-
HSV(B)177.1º61.7%92.16%-
XYZ47.9367.1983.84-
YUV190.85148.9656.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.27%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=16.27%
G=42.50%
B=41.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902352280.6200.030.08177.178.3863.73
Hex5AEBE43E038b14e40
Octal132353344760310261116100
Binary1011010111010111110010011111001110001011000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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