Shades of Turquoise Blue #61D6E9
Tints of Turquoise Blue #61D6E9
RGB
CMYK
RGB Variations
Color information
#61D6E9 (or 0x61D6E9) is known color: Turquoise Blue. HEX triplet: 61, D6 and E9. RGB value is (97,214,233). Sum of RGB (Red+Green+Blue) = 97+214+233=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #61D6E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D6E9 is #9E2916. Grayscale: #B4B4B4. Windows color (decimal): -10365207 or 15324769. OLE color: 15324769.
HSL color Cylindrical-coordinate representation of color #61D6E9: hue angle of 188.38º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61D6E9 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 214 | 233 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.09 |
| HSL | 188.38º | 0.76% | 0.65% | - |
| HSV(B) | 188.38º | 0.58% | 0.91% | - |
| XYZ | 43.68 | 56.52 | 85.7 | - |
| YUV | 181.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 233 | 0.58 | 0.08 | 0 | 0.09 | 188.38 | 0.76 | 0.65 |
| Hex | 61 | D6 | E9 | 3A | 8 | 0 | 9 | BC | 4C | 41 |
| Octal | 141 | 326 | 351 | 72 | 10 | 0 | 11 | 274 | 114 | 101 |
| Binary | 1100001 | 11010110 | 11101001 | 111010 | 1000 | 0 | 1001 | 10111100 | 1001100 | 1000001 |
Color Harmonies of #61D6E9
Complementary color
Monochromatic Colors of #61D6E9
Black with #61D6E9
Text Example
Text Example
White with #61D6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D6E9; }
p { color: rgb(97,214,233); }
H1.HeaderClassName
{
color: #61D6E9;
}
.AnyTagClassName
{
color: #61D6E9;
}
</style>
background-color css
<style>
a { background-color: #61D6E9; }
a { background-color: rgb(97,214,233); }
div.DivClassName
{
background-color: #61D6E9;
}
.BgClassName
{
background-color: #61D6E9;
}
</style>
border-color css
<style>
span { border-color: #61D6E9; }
span { border-color: rgb(97,214,233); }
td.TdClassName
{
border-color: #61D6E9;
}
.TagClassName
{
border-color: #61D6E9;
}
</style>