#5ECCF4

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

Shades of Turquoise Blue #5ECCF4

Tints of Turquoise Blue #5ECCF4

Color information

#5ECCF4 (or 0x5ECCF4) is unknown color: approx Turquoise Blue. HEX triplet: 5E, CC and F4. RGB value is (94,204,244). Sum of RGB (Red+Green+Blue) = 94+204+244=542 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.34% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 244 (95.70% from 255 or 45.02% from 542); Max value from RGB is 244 - color contains mainly: blue. Hex color #5ECCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECCF4 is #A1330B. Grayscale: #AFAFAF. Windows color (decimal): -10564364 or 16043102. OLE color: 16043102.

HSL color Cylindrical-coordinate representation of color #5ECCF4: hue angle of 196º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ECCF4 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB94204244-
CMYK0.610.1600.04
HSL196º87.21%66.27%-
HSV(B)196º61.48%95.69%-
XYZ42.5452.193.4-
YUV175.67166.5669.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.34%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 244 (95.70% from 255) = 45.02%
R=17.34%
G=37.64%
B=45.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal942042440.610.1600.0419687.2166.27
Hex5ECCF43D1004c45742
Octal136314364752004304127102
Binary101111011001100111101001111011000001001100010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,204,244); }

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

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

 a { background-color: rgb(94,204,244); }

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

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

 span { border-color: rgb(94,204,244); }

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