#5AEBE6

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

Shades of Turquoise Blue #5AEBE6

Tints of Turquoise Blue #5AEBE6

Color information

#5AEBE6 (or 0x5AEBE6) is unknown color: approx Turquoise Blue. HEX triplet: 5A, EB and E6. RGB value is (90,235,230). Sum of RGB (Red+Green+Blue) = 90+235+230=555 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.22% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEBE6 is #A51419. Grayscale: #BEBEBE. Windows color (decimal): -10818586 or 15133530. OLE color: 15133530.

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

Color convert

RGB90235230-
CMYK0.6200.020.08
HSL177.93º78.38%63.73%-
HSV(B)177.93º61.7%92.16%-
XYZ48.2167.385.31-
YUV191.08149.9655.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.22%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=16.22%
G=42.34%
B=41.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902352300.6200.020.08177.9378.3863.73
Hex5AEBE63E028b24e40
Octal132353346760210262116100
Binary1011010111010111110011011111001010001011001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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