#61E3E0

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

Shades of Turquoise Blue #61E3E0

Tints of Turquoise Blue #61E3E0

Color information

#61E3E0 (or 0x61E3E0) is unknown color: approx Turquoise Blue. HEX triplet: 61, E3 and E0. RGB value is (97,227,224). Sum of RGB (Red+Green+Blue) = 97+227+224=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #61E3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E3E0 is #9E1C1F. Grayscale: #BBBBBB. Windows color (decimal): -10361888 or 14738273. OLE color: 14738273.

HSL color Cylindrical-coordinate representation of color #61E3E0: hue angle of 178.62º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E3E0 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB97227224-
CMYK0.5700.010.11
HSL178.62º69.89%63.53%-
HSV(B)178.62º57.27%89.02%-
XYZ45.8562.8680.24-
YUV187.79148.4363.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.70%
GREEN value IS 227 (89.06% from 255) = 41.42%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=17.70%
G=41.42%
B=40.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972272240.5700.010.11178.6269.8963.53
Hex61E3E03901Bb34640
Octal141343340710113263106100
Binary110000111100011111000001110010110111011001110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,227,224); }

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

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

 a { background-color: rgb(97,227,224); }

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

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

 span { border-color: rgb(97,227,224); }

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