Shades of Turquoise Blue #61C9DB
Tints of Turquoise Blue #61C9DB
RGB
CMYK
RGB Variations
Color information
#61C9DB (or 0x61C9DB) is known color: Turquoise Blue. HEX triplet: 61, C9 and DB. RGB value is (97,201,219). Sum of RGB (Red+Green+Blue) = 97+201+219=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #61C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9DB is #9E3624. Grayscale: #ABABAB. Windows color (decimal): -10368549 or 14403937. OLE color: 14403937.
HSL color Cylindrical-coordinate representation of color #61C9DB: hue angle of 188.85º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C9DB is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 201 | 219 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.14 |
| HSL | 188.85º | 0.63% | 0.62% | - |
| HSV(B) | 188.85º | 0.56% | 0.86% | - |
| XYZ | 38.6 | 49.43 | 74.52 | - |
| YUV | 171.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 219 | 0.56 | 0.08 | 0 | 0.14 | 188.85 | 0.63 | 0.62 |
| Hex | 61 | C9 | DB | 38 | 8 | 0 | E | BD | 3F | 3E |
| Octal | 141 | 311 | 333 | 70 | 10 | 0 | 16 | 275 | 77 | 76 |
| Binary | 1100001 | 11001001 | 11011011 | 111000 | 1000 | 0 | 1110 | 10111101 | 111111 | 111110 |
Color Harmonies of #61C9DB
Complementary color
Monochromatic Colors of #61C9DB
Black with #61C9DB
Text Example
Text Example
White with #61C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C9DB; }
p { color: rgb(97,201,219); }
H1.HeaderClassName
{
color: #61C9DB;
}
.AnyTagClassName
{
color: #61C9DB;
}
</style>
background-color css
<style>
a { background-color: #61C9DB; }
a { background-color: rgb(97,201,219); }
div.DivClassName
{
background-color: #61C9DB;
}
.BgClassName
{
background-color: #61C9DB;
}
</style>
border-color css
<style>
span { border-color: #61C9DB; }
span { border-color: rgb(97,201,219); }
td.TdClassName
{
border-color: #61C9DB;
}
.TagClassName
{
border-color: #61C9DB;
}
</style>