#61E6D9

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

Shades of Turquoise Blue #61E6D9

Tints of Turquoise Blue #61E6D9

Color information

#61E6D9 (or 0x61E6D9) is unknown color: approx Turquoise Blue. HEX triplet: 61, E6 and D9. RGB value is (97,230,217). Sum of RGB (Red+Green+Blue) = 97+230+217=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6D9 is #9E1926. Grayscale: #BCBCBC. Windows color (decimal): -10361127 or 14280289. OLE color: 14280289.

HSL color Cylindrical-coordinate representation of color #61E6D9: hue angle of 174.14º degrees, saturation: 0.73, 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 #61E6D9 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB97230217-
CMYK0.5800.060.10
HSL174.14º72.68%64.12%-
HSV(B)174.14º57.83%90.2%-
XYZ45.7564.1475.62-
YUV188.75143.9462.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.83%
GREEN value IS 230 (90.23% from 255) = 42.28%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=17.83%
G=42.28%
B=39.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972302170.5800.060.10174.1472.6864.12
Hex61E6D93A06Aae4940
Octal141346331720612256111100
Binary11000011110011011011001111010011010101010111010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,230,217); }

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

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

 a { background-color: rgb(97,230,217); }

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

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

 span { border-color: rgb(97,230,217); }

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