#61EEED

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

Shades of Turquoise Blue #61EEED

Tints of Turquoise Blue #61EEED

Color information

#61EEED (or 0x61EEED) is unknown color: approx Turquoise Blue. HEX triplet: 61, EE and ED. RGB value is (97,238,237). Sum of RGB (Red+Green+Blue) = 97+238+237=572 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.96% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EEED is #9E1112. Grayscale: #C3C3C3. Windows color (decimal): -10359059 or 15593057. OLE color: 15593057.

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

Color convert

RGB97238237-
CMYK0.5900.000.07
HSL179.57º80.57%65.69%-
HSV(B)179.57º59.24%93.33%-
XYZ50.7969.890.92-
YUV195.73151.2957.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 16.96%
GREEN value IS 238 (93.36% from 255) = 41.61%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=16.96%
G=41.61%
B=41.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972382370.5900.000.07179.5780.5765.69
Hex61EEED3B007b45142
Octal14135635573007264121102
Binary11000011110111011101101111011001111011010010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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