#61E3D5

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

Shades of Turquoise Blue #61E3D5

Tints of Turquoise Blue #61E3D5

Color information

#61E3D5 (or 0x61E3D5) is unknown color: approx Turquoise Blue. HEX triplet: 61, E3 and D5. RGB value is (97,227,213). Sum of RGB (Red+Green+Blue) = 97+227+213=537 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.06% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #61E3D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E3D5 is #9E1C2A. Grayscale: #BABABA. Windows color (decimal): -10361899 or 14017377. OLE color: 14017377.

HSL color Cylindrical-coordinate representation of color #61E3D5: hue angle of 173.54º 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 #61E3D5 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB97227213-
CMYK0.5700.060.11
HSL173.54º69.89%63.53%-
HSV(B)173.54º57.27%89.02%-
XYZ44.4162.2872.63-
YUV186.53142.9364.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.06%
GREEN value IS 227 (89.06% from 255) = 42.27%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=18.06%
G=42.27%
B=39.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972272130.5700.060.11173.5469.8963.53
Hex61E3D53906Bae4640
Octal141343325710613256106100
Binary11000011110001111010101111001011010111010111010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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