#61ECEE

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

Shades of Turquoise Blue #61ECEE

Tints of Turquoise Blue #61ECEE

Color information

#61ECEE (or 0x61ECEE) is unknown color: approx Turquoise Blue. HEX triplet: 61, EC and EE. RGB value is (97,236,238). Sum of RGB (Red+Green+Blue) = 97+236+238=571 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.99% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #61ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61ECEE is #9E1311. Grayscale: #C2C2C2. Windows color (decimal): -10359570 or 15658081. OLE color: 15658081.

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

Color convert

RGB97236238-
CMYK0.590.0100.07
HSL180.85º80.57%65.69%-
HSV(B)180.85º59.24%93.33%-
XYZ50.3668.7191.5-
YUV194.67152.4558.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.99%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=16.99%
G=41.33%
B=41.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972362380.590.0100.07180.8580.5765.69
Hex61ECEE3B107b55142
Octal14135435673107265121102
Binary11000011110110011101110111011101111011010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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