Shades of Turquoise Blue #61DADB
Tints of Turquoise Blue #61DADB
RGB
CMYK
RGB Variations
Color information
#61DADB (or 0x61DADB) is known color: Turquoise Blue. HEX triplet: 61, DA and DB. RGB value is (97,218,219). Sum of RGB (Red+Green+Blue) = 97+218+219=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #61DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DADB is #9E2524. Grayscale: #B5B5B5. Windows color (decimal): -10364197 or 14408289. OLE color: 14408289.
HSL color Cylindrical-coordinate representation of color #61DADB: hue angle of 180.49º 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 #61DADB is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 218 | 219 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.14 |
| HSL | 180.49º | 0.63% | 0.62% | - |
| HSV(B) | 180.49º | 0.56% | 0.86% | - |
| XYZ | 42.79 | 57.8 | 75.92 | - |
| YUV | 181.94 | 148.91 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 219 | 0.56 | 0.00 | 0 | 0.14 | 180.49 | 0.63 | 0.62 |
| Hex | 61 | DA | DB | 38 | 0 | 0 | E | B4 | 3F | 3E |
| Octal | 141 | 332 | 333 | 70 | 0 | 0 | 16 | 264 | 77 | 76 |
| Binary | 1100001 | 11011010 | 11011011 | 111000 | 0 | 0 | 1110 | 10110100 | 111111 | 111110 |
Color Harmonies of #61DADB
Complementary color
Monochromatic Colors of #61DADB
Black with #61DADB
Text Example
Text Example
White with #61DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DADB; }
p { color: rgb(97,218,219); }
H1.HeaderClassName
{
color: #61DADB;
}
.AnyTagClassName
{
color: #61DADB;
}
</style>
background-color css
<style>
a { background-color: #61DADB; }
a { background-color: rgb(97,218,219); }
div.DivClassName
{
background-color: #61DADB;
}
.BgClassName
{
background-color: #61DADB;
}
</style>
border-color css
<style>
span { border-color: #61DADB; }
span { border-color: rgb(97,218,219); }
td.TdClassName
{
border-color: #61DADB;
}
.TagClassName
{
border-color: #61DADB;
}
</style>