#61E4D6

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

Shades of Turquoise Blue #61E4D6

Tints of Turquoise Blue #61E4D6

Color information

#61E4D6 (or 0x61E4D6) is unknown color: approx Turquoise Blue. HEX triplet: 61, E4 and D6. RGB value is (97,228,214). Sum of RGB (Red+Green+Blue) = 97+228+214=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #61E4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E4D6 is #9E1B29. Grayscale: #BBBBBB. Windows color (decimal): -10361642 or 14083169. OLE color: 14083169.

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

Color convert

RGB97228214-
CMYK0.5700.060.11
HSL173.59º70.81%63.73%-
HSV(B)173.59º57.46%89.41%-
XYZ44.8162.8873.39-
YUV187.24143.163.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.00%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=18.00%
G=42.30%
B=39.70%

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
Decimal972282140.5700.060.11173.5970.8163.73
Hex61E4D63906Bae4740
Octal141344326710613256107100
Binary11000011110010011010110111001011010111010111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,228,214); }

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

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

 a { background-color: rgb(97,228,214); }

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

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

 span { border-color: rgb(97,228,214); }

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