Shades of Turquoise Blue #61D5D3
Tints of Turquoise Blue #61D5D3
RGB
CMYK
RGB Variations
Color information
#61D5D3 (or 0x61D5D3) is known color: Turquoise Blue. HEX triplet: 61, D5 and D3. RGB value is (97,213,211). Sum of RGB (Red+Green+Blue) = 97+213+211=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #61D5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D5D3 is #9E2A2C. Grayscale: #B1B1B1. Windows color (decimal): -10365485 or 13882721. OLE color: 13882721.
HSL color Cylindrical-coordinate representation of color #61D5D3: hue angle of 178.97º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D5D3 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 211 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.16 |
| HSL | 178.97º | 0.58% | 0.61% | - |
| HSV(B) | 178.97º | 0.54% | 0.84% | - |
| XYZ | 40.48 | 54.83 | 70.08 | - |
| YUV | 178.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 211 | 0.54 | 0 | 0.01 | 0.16 | 178.97 | 0.58 | 0.61 |
| Hex | 61 | D5 | D3 | 36 | 0 | 1 | 10 | B3 | 3A | 3D |
| Octal | 141 | 325 | 323 | 66 | 0 | 1 | 20 | 263 | 72 | 75 |
| Binary | 1100001 | 11010101 | 11010011 | 110110 | 0 | 1 | 10000 | 10110011 | 111010 | 111101 |
Color Harmonies of #61D5D3
Complementary color
Monochromatic Colors of #61D5D3
Black with #61D5D3
Text Example
Text Example
White with #61D5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D5D3; }
p { color: rgb(97,213,211); }
H1.HeaderClassName
{
color: #61D5D3;
}
.AnyTagClassName
{
color: #61D5D3;
}
</style>
background-color css
<style>
a { background-color: #61D5D3; }
a { background-color: rgb(97,213,211); }
div.DivClassName
{
background-color: #61D5D3;
}
.BgClassName
{
background-color: #61D5D3;
}
</style>
border-color css
<style>
span { border-color: #61D5D3; }
span { border-color: rgb(97,213,211); }
td.TdClassName
{
border-color: #61D5D3;
}
.TagClassName
{
border-color: #61D5D3;
}
</style>