Shades of Turquoise Blue #61D4DB
Tints of Turquoise Blue #61D4DB
RGB
CMYK
RGB Variations
Color information
#61D4DB (or 0x61D4DB) is known color: Turquoise Blue. HEX triplet: 61, D4 and DB. RGB value is (97,212,219). Sum of RGB (Red+Green+Blue) = 97+212+219=528 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.37% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #61D4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D4DB is #9E2B24. Grayscale: #B2B2B2. Windows color (decimal): -10365733 or 14406753. OLE color: 14406753.
HSL color Cylindrical-coordinate representation of color #61D4DB: hue angle of 183.44º 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 #61D4DB is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 212 | 219 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.14 |
| HSL | 183.44º | 0.63% | 0.62% | - |
| HSV(B) | 183.44º | 0.56% | 0.86% | - |
| XYZ | 41.26 | 54.74 | 75.41 | - |
| YUV | 178.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 219 | 0.56 | 0.03 | 0 | 0.14 | 183.44 | 0.63 | 0.62 |
| Hex | 61 | D4 | DB | 38 | 3 | 0 | E | B7 | 3F | 3E |
| Octal | 141 | 324 | 333 | 70 | 3 | 0 | 16 | 267 | 77 | 76 |
| Binary | 1100001 | 11010100 | 11011011 | 111000 | 11 | 0 | 1110 | 10110111 | 111111 | 111110 |
Color Harmonies of #61D4DB
Complementary color
Monochromatic Colors of #61D4DB
Black with #61D4DB
Text Example
Text Example
White with #61D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D4DB; }
p { color: rgb(97,212,219); }
H1.HeaderClassName
{
color: #61D4DB;
}
.AnyTagClassName
{
color: #61D4DB;
}
</style>
background-color css
<style>
a { background-color: #61D4DB; }
a { background-color: rgb(97,212,219); }
div.DivClassName
{
background-color: #61D4DB;
}
.BgClassName
{
background-color: #61D4DB;
}
</style>
border-color css
<style>
span { border-color: #61D4DB; }
span { border-color: rgb(97,212,219); }
td.TdClassName
{
border-color: #61D4DB;
}
.TagClassName
{
border-color: #61D4DB;
}
</style>