Shades of Turquoise Blue #61C8D7
Tints of Turquoise Blue #61C8D7
RGB
CMYK
RGB Variations
Color information
#61C8D7 (or 0x61C8D7) is known color: Turquoise Blue. HEX triplet: 61, C8 and D7. RGB value is (97,200,215). Sum of RGB (Red+Green+Blue) = 97+200+215=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #61C8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C8D7 is #9E3728. Grayscale: #AAAAAA. Windows color (decimal): -10368809 or 14141537. OLE color: 14141537.
HSL color Cylindrical-coordinate representation of color #61C8D7: hue angle of 187.63º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61C8D7 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 200 | 215 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.16 |
| HSL | 187.63º | 0.6% | 0.61% | - |
| HSV(B) | 187.63º | 0.55% | 0.84% | - |
| XYZ | 37.85 | 48.76 | 71.71 | - |
| YUV | 170.91 | 152.88 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 215 | 0.55 | 0.07 | 0 | 0.16 | 187.63 | 0.6 | 0.61 |
| Hex | 61 | C8 | D7 | 37 | 7 | 0 | 10 | BC | 3C | 3D |
| Octal | 141 | 310 | 327 | 67 | 7 | 0 | 20 | 274 | 74 | 75 |
| Binary | 1100001 | 11001000 | 11010111 | 110111 | 111 | 0 | 10000 | 10111100 | 111100 | 111101 |
Color Harmonies of #61C8D7
Complementary color
Monochromatic Colors of #61C8D7
Black with #61C8D7
Text Example
Text Example
White with #61C8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C8D7; }
p { color: rgb(97,200,215); }
H1.HeaderClassName
{
color: #61C8D7;
}
.AnyTagClassName
{
color: #61C8D7;
}
</style>
background-color css
<style>
a { background-color: #61C8D7; }
a { background-color: rgb(97,200,215); }
div.DivClassName
{
background-color: #61C8D7;
}
.BgClassName
{
background-color: #61C8D7;
}
</style>
border-color css
<style>
span { border-color: #61C8D7; }
span { border-color: rgb(97,200,215); }
td.TdClassName
{
border-color: #61C8D7;
}
.TagClassName
{
border-color: #61C8D7;
}
</style>