#61EEEC

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

Shades of Turquoise Blue #61EEEC

Tints of Turquoise Blue #61EEEC

Color information

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

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

Color convert

RGB97238236-
CMYK0.5900.010.07
HSL179.15º80.57%65.69%-
HSV(B)179.15º59.24%93.33%-
XYZ50.6469.7590.15-
YUV195.61150.7957.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972382360.5900.010.07179.1580.5765.69
Hex61EEEC3B017b35142
Octal14135635473017263121102
Binary11000011110111011101100111011011111011001110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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