#61ECD9

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

Shades of Turquoise Blue #61ECD9

Tints of Turquoise Blue #61ECD9

Color information

#61ECD9 (or 0x61ECD9) is unknown color: approx Turquoise Blue. HEX triplet: 61, EC and D9. RGB value is (97,236,217). Sum of RGB (Red+Green+Blue) = 97+236+217=550 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.64% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECD9 is #9E1326. Grayscale: #C0C0C0. Windows color (decimal): -10359591 or 14281825. OLE color: 14281825.

HSL color Cylindrical-coordinate representation of color #61ECD9: hue angle of 171.8º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ECD9 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB97236217-
CMYK0.5900.080.07
HSL171.8º78.53%65.29%-
HSV(B)171.8º58.9%92.55%-
XYZ47.4567.5476.18-
YUV192.27141.9560.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.64%
GREEN value IS 236 (92.58% from 255) = 42.91%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=17.64%
G=42.91%
B=39.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972362170.5900.080.07171.878.5365.29
Hex61ECD93B087ac4f41
Octal141354331730107254117101
Binary11000011110110011011001111011010001111010110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61ECD9; }

 p { color: rgb(97,236,217); }

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

<style>
 a { background-color: #61ECD9; }

 a { background-color: rgb(97,236,217); }

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

<style>
 span { border-color: #61ECD9; }

 span { border-color: rgb(97,236,217); }

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