Shades of Turquoise Blue #61D8DD
Tints of Turquoise Blue #61D8DD
RGB
CMYK
RGB Variations
Color information
#61D8DD (or 0x61D8DD) is known color: Turquoise Blue. HEX triplet: 61, D8 and DD. RGB value is (97,216,221). Sum of RGB (Red+Green+Blue) = 97+216+221=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #61D8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8DD is #9E2722. Grayscale: #B4B4B4. Windows color (decimal): -10364707 or 14538849. OLE color: 14538849.
HSL color Cylindrical-coordinate representation of color #61D8DD: hue angle of 182.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61D8DD is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 216 | 221 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.13 |
| HSL | 182.42º | 0.65% | 0.62% | - |
| HSV(B) | 182.42º | 0.56% | 0.87% | - |
| XYZ | 42.54 | 56.87 | 77.14 | - |
| YUV | 180.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 221 | 0.56 | 0.02 | 0 | 0.13 | 182.42 | 0.65 | 0.62 |
| Hex | 61 | D8 | DD | 38 | 2 | 0 | D | B6 | 41 | 3E |
| Octal | 141 | 330 | 335 | 70 | 2 | 0 | 15 | 266 | 101 | 76 |
| Binary | 1100001 | 11011000 | 11011101 | 111000 | 10 | 0 | 1101 | 10110110 | 1000001 | 111110 |
Color Harmonies of #61D8DD
Complementary color
Monochromatic Colors of #61D8DD
Black with #61D8DD
Text Example
Text Example
White with #61D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D8DD; }
p { color: rgb(97,216,221); }
H1.HeaderClassName
{
color: #61D8DD;
}
.AnyTagClassName
{
color: #61D8DD;
}
</style>
background-color css
<style>
a { background-color: #61D8DD; }
a { background-color: rgb(97,216,221); }
div.DivClassName
{
background-color: #61D8DD;
}
.BgClassName
{
background-color: #61D8DD;
}
</style>
border-color css
<style>
span { border-color: #61D8DD; }
span { border-color: rgb(97,216,221); }
td.TdClassName
{
border-color: #61D8DD;
}
.TagClassName
{
border-color: #61D8DD;
}
</style>