Shades of Turquoise Blue #61D0E1
Tints of Turquoise Blue #61D0E1
RGB
CMYK
RGB Variations
Color information
#61D0E1 (or 0x61D0E1) is known color: Turquoise Blue. HEX triplet: 61, D0 and E1. RGB value is (97,208,225). Sum of RGB (Red+Green+Blue) = 97+208+225=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #61D0E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D0E1 is #9E2F1E. Grayscale: #B0B0B0. Windows color (decimal): -10366751 or 14798945. OLE color: 14798945.
HSL color Cylindrical-coordinate representation of color #61D0E1: hue angle of 187.97º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61D0E1 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 208 | 225 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.12 |
| HSL | 187.97º | 0.68% | 0.63% | - |
| HSV(B) | 187.97º | 0.57% | 0.88% | - |
| XYZ | 41.08 | 53.09 | 79.32 | - |
| YUV | 176.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 225 | 0.57 | 0.08 | 0 | 0.12 | 187.97 | 0.68 | 0.63 |
| Hex | 61 | D0 | E1 | 39 | 8 | 0 | C | BC | 44 | 3F |
| Octal | 141 | 320 | 341 | 71 | 10 | 0 | 14 | 274 | 104 | 77 |
| Binary | 1100001 | 11010000 | 11100001 | 111001 | 1000 | 0 | 1100 | 10111100 | 1000100 | 111111 |
Color Harmonies of #61D0E1
Complementary color
Monochromatic Colors of #61D0E1
Black with #61D0E1
Text Example
Text Example
White with #61D0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0E1; }
p { color: rgb(97,208,225); }
H1.HeaderClassName
{
color: #61D0E1;
}
.AnyTagClassName
{
color: #61D0E1;
}
</style>
background-color css
<style>
a { background-color: #61D0E1; }
a { background-color: rgb(97,208,225); }
div.DivClassName
{
background-color: #61D0E1;
}
.BgClassName
{
background-color: #61D0E1;
}
</style>
border-color css
<style>
span { border-color: #61D0E1; }
span { border-color: rgb(97,208,225); }
td.TdClassName
{
border-color: #61D0E1;
}
.TagClassName
{
border-color: #61D0E1;
}
</style>