#5EEAF1

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

Shades of Turquoise Blue #5EEAF1

Tints of Turquoise Blue #5EEAF1

Color information

#5EEAF1 (or 0x5EEAF1) is unknown color: approx Turquoise Blue. HEX triplet: 5E, EA and F1. RGB value is (94,234,241). Sum of RGB (Red+Green+Blue) = 94+234+241=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #5EEAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEAF1 is #A1150E. Grayscale: #C0C0C0. Windows color (decimal): -10556687 or 15854174. OLE color: 15854174.

HSL color Cylindrical-coordinate representation of color #5EEAF1: hue angle of 182.86º degrees, saturation: 0.84, 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 #5EEAF1 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB94234241-
CMYK0.610.0300.05
HSL182.86º84%65.69%-
HSV(B)182.86º61%94.51%-
XYZ49.9267.5893.63-
YUV192.94155.1257.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.52%
GREEN value IS 234 (91.80% from 255) = 41.12%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=16.52%
G=41.12%
B=42.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942342410.610.0300.05182.868465.69
Hex5EEAF13D305b75442
Octal13635236175305267124102
Binary101111011101010111100011111011101011011011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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