Shades of Turquoise Blue #61CDDB
Tints of Turquoise Blue #61CDDB
RGB
CMYK
RGB Variations
Color information
#61CDDB (or 0x61CDDB) is known color: Turquoise Blue. HEX triplet: 61, CD and DB. RGB value is (97,205,219). Sum of RGB (Red+Green+Blue) = 97+205+219=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #61CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDDB is #9E3224. Grayscale: #AEAEAE. Windows color (decimal): -10367525 or 14404961. OLE color: 14404961.
HSL color Cylindrical-coordinate representation of color #61CDDB: hue angle of 186.89º 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 #61CDDB is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 205 | 219 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.14 |
| HSL | 186.89º | 0.63% | 0.62% | - |
| HSV(B) | 186.89º | 0.56% | 0.86% | - |
| XYZ | 39.55 | 51.32 | 74.84 | - |
| YUV | 174.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 219 | 0.56 | 0.06 | 0 | 0.14 | 186.89 | 0.63 | 0.62 |
| Hex | 61 | CD | DB | 38 | 6 | 0 | E | BB | 3F | 3E |
| Octal | 141 | 315 | 333 | 70 | 6 | 0 | 16 | 273 | 77 | 76 |
| Binary | 1100001 | 11001101 | 11011011 | 111000 | 110 | 0 | 1110 | 10111011 | 111111 | 111110 |
Color Harmonies of #61CDDB
Complementary color
Monochromatic Colors of #61CDDB
Black with #61CDDB
Text Example
Text Example
White with #61CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDDB; }
p { color: rgb(97,205,219); }
H1.HeaderClassName
{
color: #61CDDB;
}
.AnyTagClassName
{
color: #61CDDB;
}
</style>
background-color css
<style>
a { background-color: #61CDDB; }
a { background-color: rgb(97,205,219); }
div.DivClassName
{
background-color: #61CDDB;
}
.BgClassName
{
background-color: #61CDDB;
}
</style>
border-color css
<style>
span { border-color: #61CDDB; }
span { border-color: rgb(97,205,219); }
td.TdClassName
{
border-color: #61CDDB;
}
.TagClassName
{
border-color: #61CDDB;
}
</style>