#5ECDEE

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

Shades of Turquoise Blue #5ECDEE

Tints of Turquoise Blue #5ECDEE

Color information

#5ECDEE (or 0x5ECDEE) is unknown color: approx Turquoise Blue. HEX triplet: 5E, CD and EE. RGB value is (94,205,238). Sum of RGB (Red+Green+Blue) = 94+205+238=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #5ECDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECDEE is #A13211. Grayscale: #AFAFAF. Windows color (decimal): -10564114 or 15650142. OLE color: 15650142.

HSL color Cylindrical-coordinate representation of color #5ECDEE: hue angle of 193.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ECDEE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94205238-
CMYK0.610.1400.07
HSL193.75º80.9%65.1%-
HSV(B)193.75º60.5%93.33%-
XYZ41.8852.2288.76-
YUV175.57163.2369.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.50%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=17.50%
G=38.18%
B=44.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal942052380.610.1400.07193.7580.965.1
Hex5ECDEE3DE07c25141
Octal136315356751607302121101
Binary10111101100110111101110111101111001111100001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,205,238); }

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

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

 a { background-color: rgb(94,205,238); }

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

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

 span { border-color: rgb(94,205,238); }

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