Shades of Turquoise Blue #61C9DE
Tints of Turquoise Blue #61C9DE
RGB
CMYK
RGB Variations
Color information
#61C9DE (or 0x61C9DE) is known color: Turquoise Blue. HEX triplet: 61, C9 and DE. RGB value is (97,201,222). Sum of RGB (Red+Green+Blue) = 97+201+222=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #61C9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9DE is #9E3621. Grayscale: #ACACAC. Windows color (decimal): -10368546 or 14600545. OLE color: 14600545.
HSL color Cylindrical-coordinate representation of color #61C9DE: hue angle of 190.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C9DE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 201 | 222 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.13 |
| HSL | 190.08º | 0.65% | 0.63% | - |
| HSV(B) | 190.08º | 0.56% | 0.87% | - |
| XYZ | 39 | 49.59 | 76.62 | - |
| YUV | 172.3 | 156.04 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 222 | 0.56 | 0.09 | 0 | 0.13 | 190.08 | 0.65 | 0.63 |
| Hex | 61 | C9 | DE | 38 | 9 | 0 | D | BE | 41 | 3F |
| Octal | 141 | 311 | 336 | 70 | 11 | 0 | 15 | 276 | 101 | 77 |
| Binary | 1100001 | 11001001 | 11011110 | 111000 | 1001 | 0 | 1101 | 10111110 | 1000001 | 111111 |
Color Harmonies of #61C9DE
Complementary color
Monochromatic Colors of #61C9DE
Black with #61C9DE
Text Example
Text Example
White with #61C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C9DE; }
p { color: rgb(97,201,222); }
H1.HeaderClassName
{
color: #61C9DE;
}
.AnyTagClassName
{
color: #61C9DE;
}
</style>
background-color css
<style>
a { background-color: #61C9DE; }
a { background-color: rgb(97,201,222); }
div.DivClassName
{
background-color: #61C9DE;
}
.BgClassName
{
background-color: #61C9DE;
}
</style>
border-color css
<style>
span { border-color: #61C9DE; }
span { border-color: rgb(97,201,222); }
td.TdClassName
{
border-color: #61C9DE;
}
.TagClassName
{
border-color: #61C9DE;
}
</style>