#61E5D5

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

Shades of Turquoise Blue #61E5D5

Tints of Turquoise Blue #61E5D5

Color information

#61E5D5 (or 0x61E5D5) is unknown color: approx Turquoise Blue. HEX triplet: 61, E5 and D5. RGB value is (97,229,213). Sum of RGB (Red+Green+Blue) = 97+229+213=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5D5 is #9E1A2A. Grayscale: #BBBBBB. Windows color (decimal): -10361387 or 14017889. OLE color: 14017889.

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

Color convert

RGB97229213-
CMYK0.5800.070.10
HSL172.73º71.74%63.92%-
HSV(B)172.73º57.64%89.8%-
XYZ44.9663.3872.82-
YUV187.71142.2763.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.00%
GREEN value IS 229 (89.84% from 255) = 42.49%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=18.00%
G=42.49%
B=39.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972292130.5800.070.10172.7371.7463.92
Hex61E5D53A07Aad4840
Octal141345325720712255110100
Binary11000011110010111010101111010011110101010110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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