Shades of Turquoise Blue #61D5DB
Tints of Turquoise Blue #61D5DB
RGB
CMYK
RGB Variations
Color information
#61D5DB (or 0x61D5DB) is known color: Turquoise Blue. HEX triplet: 61, D5 and DB. RGB value is (97,213,219). Sum of RGB (Red+Green+Blue) = 97+213+219=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #61D5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D5DB is #9E2A24. Grayscale: #B2B2B2. Windows color (decimal): -10365477 or 14407009. OLE color: 14407009.
HSL color Cylindrical-coordinate representation of color #61D5DB: hue angle of 182.95º 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 #61D5DB is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 213 | 219 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.14 |
| HSL | 182.95º | 0.63% | 0.62% | - |
| HSV(B) | 182.95º | 0.56% | 0.86% | - |
| XYZ | 41.51 | 55.24 | 75.49 | - |
| YUV | 179 | 150.57 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 219 | 0.56 | 0.03 | 0 | 0.14 | 182.95 | 0.63 | 0.62 |
| Hex | 61 | D5 | DB | 38 | 3 | 0 | E | B7 | 3F | 3E |
| Octal | 141 | 325 | 333 | 70 | 3 | 0 | 16 | 267 | 77 | 76 |
| Binary | 1100001 | 11010101 | 11011011 | 111000 | 11 | 0 | 1110 | 10110111 | 111111 | 111110 |
Color Harmonies of #61D5DB
Complementary color
Monochromatic Colors of #61D5DB
Black with #61D5DB
Text Example
Text Example
White with #61D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D5DB; }
p { color: rgb(97,213,219); }
H1.HeaderClassName
{
color: #61D5DB;
}
.AnyTagClassName
{
color: #61D5DB;
}
</style>
background-color css
<style>
a { background-color: #61D5DB; }
a { background-color: rgb(97,213,219); }
div.DivClassName
{
background-color: #61D5DB;
}
.BgClassName
{
background-color: #61D5DB;
}
</style>
border-color css
<style>
span { border-color: #61D5DB; }
span { border-color: rgb(97,213,219); }
td.TdClassName
{
border-color: #61D5DB;
}
.TagClassName
{
border-color: #61D5DB;
}
</style>