#61ECED

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

Shades of Turquoise Blue #61ECED

Tints of Turquoise Blue #61ECED

Color information

#61ECED (or 0x61ECED) is unknown color: approx Turquoise Blue. HEX triplet: 61, EC and ED. RGB value is (97,236,237). Sum of RGB (Red+Green+Blue) = 97+236+237=570 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.02% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #61ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61ECED is #9E1312. Grayscale: #C2C2C2. Windows color (decimal): -10359571 or 15592545. OLE color: 15592545.

HSL color Cylindrical-coordinate representation of color #61ECED: hue angle of 180.43º degrees, saturation: 0.8, 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 #61ECED is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97236237-
CMYK0.590.0000.07
HSL180.43º79.55%65.49%-
HSV(B)180.43º59.07%92.94%-
XYZ50.2168.6590.72-
YUV194.55151.9558.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.02%
GREEN value IS 236 (92.58% from 255) = 41.40%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=17.02%
G=41.40%
B=41.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972362370.590.0000.07180.4379.5565.49
Hex61ECED3B007b45041
Octal14135435573007264120101
Binary11000011110110011101101111011001111011010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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