#61E7D7

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

Shades of Turquoise Blue #61E7D7

Tints of Turquoise Blue #61E7D7

Color information

#61E7D7 (or 0x61E7D7) is unknown color: approx Turquoise Blue. HEX triplet: 61, E7 and D7. RGB value is (97,231,215). Sum of RGB (Red+Green+Blue) = 97+231+215=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7D7 is #9E1828. Grayscale: #BDBDBD. Windows color (decimal): -10360873 or 14149473. OLE color: 14149473.

HSL color Cylindrical-coordinate representation of color #61E7D7: hue angle of 172.84º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E7D7 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB97231215-
CMYK0.5800.070.09
HSL172.84º73.63%64.31%-
HSV(B)172.84º58.01%90.59%-
XYZ45.7764.674.35-
YUV189.11142.6162.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.86%
GREEN value IS 231 (90.62% from 255) = 42.54%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=17.86%
G=42.54%
B=39.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972312150.5800.070.09172.8473.6364.31
Hex61E7D73A079ad4a40
Octal141347327720711255112100
Binary11000011110011111010111111010011110011010110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,231,215); }

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

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

 a { background-color: rgb(97,231,215); }

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

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

 span { border-color: rgb(97,231,215); }

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