#5AEBE5

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

Shades of Turquoise Blue #5AEBE5

Tints of Turquoise Blue #5AEBE5

Color information

#5AEBE5 (or 0x5AEBE5) is unknown color: approx Turquoise Blue. HEX triplet: 5A, EB and E5. RGB value is (90,235,229). Sum of RGB (Red+Green+Blue) = 90+235+229=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBE5 is #A5141A. Grayscale: #BEBEBE. Windows color (decimal): -10818587 or 15067994. OLE color: 15067994.

HSL color Cylindrical-coordinate representation of color #5AEBE5: hue angle of 177.52º 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 #5AEBE5 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB90235229-
CMYK0.6200.030.08
HSL177.52º78.38%63.73%-
HSV(B)177.52º61.7%92.16%-
XYZ48.0767.2584.58-
YUV190.96149.4655.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.25%
GREEN value IS 235 (92.19% from 255) = 42.42%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=16.25%
G=42.42%
B=41.34%

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
Decimal902352290.6200.030.08177.5278.3863.73
Hex5AEBE53E038b24e40
Octal132353345760310262116100
Binary1011010111010111110010111111001110001011001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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