#5AE6EB

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

Shades of Turquoise Blue #5AE6EB

Tints of Turquoise Blue #5AE6EB

Color information

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

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

Color convert

RGB90230235-
CMYK0.620.0200.08
HSL182.07º78.38%63.73%-
HSV(B)182.07º61.7%92.16%-
XYZ47.5164.7788.59-
YUV188.71154.1257.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902302350.620.0200.08182.0778.3863.73
Hex5AE6EB3E208b64e40
Octal132346353762010266116100
Binary1011010111001101110101111111010010001011011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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