Shades of Turquoise Blue #61C9E1
Tints of Turquoise Blue #61C9E1
RGB
CMYK
RGB Variations
Color information
#61C9E1 (or 0x61C9E1) is known color: Turquoise Blue. HEX triplet: 61, C9 and E1. RGB value is (97,201,225). Sum of RGB (Red+Green+Blue) = 97+201+225=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #61C9E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9E1 is #9E361E. Grayscale: #ACACAC. Windows color (decimal): -10368543 or 14797153. OLE color: 14797153.
HSL color Cylindrical-coordinate representation of color #61C9E1: hue angle of 191.25º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61C9E1 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 201 | 225 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.12 |
| HSL | 191.25º | 0.68% | 0.63% | - |
| HSV(B) | 191.25º | 0.57% | 0.88% | - |
| XYZ | 39.41 | 49.75 | 78.76 | - |
| YUV | 172.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 225 | 0.57 | 0.11 | 0 | 0.12 | 191.25 | 0.68 | 0.63 |
| Hex | 61 | C9 | E1 | 39 | B | 0 | C | BF | 44 | 3F |
| Octal | 141 | 311 | 341 | 71 | 13 | 0 | 14 | 277 | 104 | 77 |
| Binary | 1100001 | 11001001 | 11100001 | 111001 | 1011 | 0 | 1100 | 10111111 | 1000100 | 111111 |
Color Harmonies of #61C9E1
Complementary color
Monochromatic Colors of #61C9E1
Black with #61C9E1
Text Example
Text Example
White with #61C9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C9E1; }
p { color: rgb(97,201,225); }
H1.HeaderClassName
{
color: #61C9E1;
}
.AnyTagClassName
{
color: #61C9E1;
}
</style>
background-color css
<style>
a { background-color: #61C9E1; }
a { background-color: rgb(97,201,225); }
div.DivClassName
{
background-color: #61C9E1;
}
.BgClassName
{
background-color: #61C9E1;
}
</style>
border-color css
<style>
span { border-color: #61C9E1; }
span { border-color: rgb(97,201,225); }
td.TdClassName
{
border-color: #61C9E1;
}
.TagClassName
{
border-color: #61C9E1;
}
</style>