#5ECEED

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

Shades of Turquoise Blue #5ECEED

Tints of Turquoise Blue #5ECEED

Color information

#5ECEED (or 0x5ECEED) is unknown color: approx Turquoise Blue. HEX triplet: 5E, CE and ED. RGB value is (94,206,237). Sum of RGB (Red+Green+Blue) = 94+206+237=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #5ECEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECEED is #A13112. Grayscale: #AFAFAF. Windows color (decimal): -10563859 or 15584862. OLE color: 15584862.

HSL color Cylindrical-coordinate representation of color #5ECEED: hue angle of 193.01º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ECEED is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94206237-
CMYK0.600.1300.07
HSL193.01º79.89%64.9%-
HSV(B)193.01º60.34%92.94%-
XYZ41.9752.6488.07-
YUV176.05162.3969.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.50%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=17.50%
G=38.36%
B=44.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal942062370.600.1300.07193.0179.8964.9
Hex5ECEED3CD07c15041
Octal136316355741507301120101
Binary10111101100111011101101111100110101111100000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,206,237); }

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

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

 a { background-color: rgb(94,206,237); }

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

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

 span { border-color: rgb(94,206,237); }

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