Shades of Turquoise Blue #61CFDB
Tints of Turquoise Blue #61CFDB
RGB
CMYK
RGB Variations
Color information
#61CFDB (or 0x61CFDB) is known color: Turquoise Blue. HEX triplet: 61, CF and DB. RGB value is (97,207,219). Sum of RGB (Red+Green+Blue) = 97+207+219=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #61CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFDB is #9E3024. Grayscale: #AFAFAF. Windows color (decimal): -10367013 or 14405473. OLE color: 14405473.
HSL color Cylindrical-coordinate representation of color #61CFDB: hue angle of 185.9º 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 #61CFDB is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 207 | 219 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.14 |
| HSL | 185.9º | 0.63% | 0.62% | - |
| HSV(B) | 185.9º | 0.56% | 0.86% | - |
| XYZ | 40.03 | 52.28 | 75 | - |
| YUV | 175.48 | 152.56 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 219 | 0.56 | 0.05 | 0 | 0.14 | 185.9 | 0.63 | 0.62 |
| Hex | 61 | CF | DB | 38 | 5 | 0 | E | BA | 3F | 3E |
| Octal | 141 | 317 | 333 | 70 | 5 | 0 | 16 | 272 | 77 | 76 |
| Binary | 1100001 | 11001111 | 11011011 | 111000 | 101 | 0 | 1110 | 10111010 | 111111 | 111110 |
Color Harmonies of #61CFDB
Complementary color
Monochromatic Colors of #61CFDB
Black with #61CFDB
Text Example
Text Example
White with #61CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFDB; }
p { color: rgb(97,207,219); }
H1.HeaderClassName
{
color: #61CFDB;
}
.AnyTagClassName
{
color: #61CFDB;
}
</style>
background-color css
<style>
a { background-color: #61CFDB; }
a { background-color: rgb(97,207,219); }
div.DivClassName
{
background-color: #61CFDB;
}
.BgClassName
{
background-color: #61CFDB;
}
</style>
border-color css
<style>
span { border-color: #61CFDB; }
span { border-color: rgb(97,207,219); }
td.TdClassName
{
border-color: #61CFDB;
}
.TagClassName
{
border-color: #61CFDB;
}
</style>