#61E5EC

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

Shades of Turquoise Blue #61E5EC

Tints of Turquoise Blue #61E5EC

Color information

#61E5EC (or 0x61E5EC) is unknown color: approx Turquoise Blue. HEX triplet: 61, E5 and EC. RGB value is (97,229,236). Sum of RGB (Red+Green+Blue) = 97+229+236=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #61E5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E5EC is #9E1A13. Grayscale: #BEBEBE. Windows color (decimal): -10361364 or 15525217. OLE color: 15525217.

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

Color convert

RGB97229236-
CMYK0.590.0300.07
HSL183.02º78.53%65.29%-
HSV(B)183.02º58.9%92.55%-
XYZ48.0964.6489.3-
YUV190.33153.7761.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.26%
GREEN value IS 229 (89.84% from 255) = 40.75%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=17.26%
G=40.75%
B=41.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972292360.590.0300.07183.0278.5365.29
Hex61E5EC3B307b74f41
Octal14134535473307267117101
Binary110000111100101111011001110111101111011011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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