#5EEAF3

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

Shades of Turquoise Blue #5EEAF3

Tints of Turquoise Blue #5EEAF3

Color information

#5EEAF3 (or 0x5EEAF3) is unknown color: approx Turquoise Blue. HEX triplet: 5E, EA and F3. RGB value is (94,234,243). Sum of RGB (Red+Green+Blue) = 94+234+243=571 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.46% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #5EEAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEAF3 is #A1150C. Grayscale: #C0C0C0. Windows color (decimal): -10556685 or 15985246. OLE color: 15985246.

HSL color Cylindrical-coordinate representation of color #5EEAF3: hue angle of 183.62º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEAF3 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB94234243-
CMYK0.610.0400.05
HSL183.62º86.13%66.08%-
HSV(B)183.62º61.32%95.29%-
XYZ50.2267.795.21-
YUV193.17156.1257.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.46%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=16.46%
G=40.98%
B=42.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942342430.610.0400.05183.6286.1366.08
Hex5EEAF33D405b85642
Octal13635236375405270126102
Binary1011110111010101111001111110110001011011100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,234,243); }

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

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

 a { background-color: rgb(94,234,243); }

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

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

 span { border-color: rgb(94,234,243); }

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