Shades of Turquoise Blue #61D5E9
Tints of Turquoise Blue #61D5E9
RGB
CMYK
RGB Variations
Color information
#61D5E9 (or 0x61D5E9) is known color: Turquoise Blue. HEX triplet: 61, D5 and E9. RGB value is (97,213,233). Sum of RGB (Red+Green+Blue) = 97+213+233=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #61D5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D5E9 is #9E2A16. Grayscale: #B4B4B4. Windows color (decimal): -10365463 or 15324513. OLE color: 15324513.
HSL color Cylindrical-coordinate representation of color #61D5E9: hue angle of 188.82º 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 #61D5E9 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 213 | 233 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.09 |
| HSL | 188.82º | 0.76% | 0.65% | - |
| HSV(B) | 188.82º | 0.58% | 0.91% | - |
| XYZ | 43.43 | 56.01 | 85.61 | - |
| YUV | 180.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 233 | 0.58 | 0.09 | 0 | 0.09 | 188.82 | 0.76 | 0.65 |
| Hex | 61 | D5 | E9 | 3A | 9 | 0 | 9 | BD | 4C | 41 |
| Octal | 141 | 325 | 351 | 72 | 11 | 0 | 11 | 275 | 114 | 101 |
| Binary | 1100001 | 11010101 | 11101001 | 111010 | 1001 | 0 | 1001 | 10111101 | 1001100 | 1000001 |
Color Harmonies of #61D5E9
Complementary color
Monochromatic Colors of #61D5E9
Black with #61D5E9
Text Example
Text Example
White with #61D5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D5E9; }
p { color: rgb(97,213,233); }
H1.HeaderClassName
{
color: #61D5E9;
}
.AnyTagClassName
{
color: #61D5E9;
}
</style>
background-color css
<style>
a { background-color: #61D5E9; }
a { background-color: rgb(97,213,233); }
div.DivClassName
{
background-color: #61D5E9;
}
.BgClassName
{
background-color: #61D5E9;
}
</style>
border-color css
<style>
span { border-color: #61D5E9; }
span { border-color: rgb(97,213,233); }
td.TdClassName
{
border-color: #61D5E9;
}
.TagClassName
{
border-color: #61D5E9;
}
</style>