#5ED4F1

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

Shades of Turquoise Blue #5ED4F1

Tints of Turquoise Blue #5ED4F1

Color information

#5ED4F1 (or 0x5ED4F1) is unknown color: approx Turquoise Blue. HEX triplet: 5E, D4 and F1. RGB value is (94,212,241). Sum of RGB (Red+Green+Blue) = 94+212+241=547 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.18% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ED4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED4F1 is #A12B0E. Grayscale: #B3B3B3. Windows color (decimal): -10562319 or 15848542. OLE color: 15848542.

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

Color convert

RGB94212241-
CMYK0.610.1200.05
HSL191.84º84%65.69%-
HSV(B)191.84º61%94.51%-
XYZ44.0455.8291.67-
YUV180.02162.4166.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.18%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=17.18%
G=38.76%
B=44.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942122410.610.1200.05191.848465.69
Hex5ED4F13DC05c05442
Octal136324361751405300124102
Binary10111101101010011110001111101110001011100000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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