#5EDFF9

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

Shades of Turquoise Blue #5EDFF9

Tints of Turquoise Blue #5EDFF9

Color information

#5EDFF9 (or 0x5EDFF9) is unknown color: approx Turquoise Blue. HEX triplet: 5E, DF and F9. RGB value is (94,223,249). Sum of RGB (Red+Green+Blue) = 94+223+249=566 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.61% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #5EDFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDFF9 is #A12006. Grayscale: #BBBBBB. Windows color (decimal): -10559495 or 16375646. OLE color: 16375646.

HSL color Cylindrical-coordinate representation of color #5EDFF9: hue angle of 190.06º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EDFF9 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB94223249-
CMYK0.620.1000.02
HSL190.06º92.81%67.25%-
HSV(B)190.06º62.25%97.65%-
XYZ48.161.9999.05-
YUV187.39162.7661.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.61%
GREEN value IS 223 (87.5% from 255) = 39.40%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=16.61%
G=39.40%
B=43.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal942232490.620.1000.02190.0692.8167.25
Hex5EDFF93EA02be5d43
Octal136337371761202276135103
Binary1011110110111111111100111111010100101011111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,223,249); }

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

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

 a { background-color: rgb(94,223,249); }

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

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

 span { border-color: rgb(94,223,249); }

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