Shades of Turquoise Blue #61EFD7
Tints of Turquoise Blue #61EFD7
RGB
CMYK
RGB Variations
Color information
#61EFD7 (or 0x61EFD7) is known color: Turquoise Blue. HEX triplet: 61, EF and D7. RGB value is (97,239,215). Sum of RGB (Red+Green+Blue) = 97+239+215=551 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.60% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFD7 is #9E1028. Grayscale: #C1C1C1. Windows color (decimal): -10358825 or 14151521. OLE color: 14151521.
HSL color Cylindrical-coordinate representation of color #61EFD7: hue angle of 169.86º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFD7 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 215 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.06 |
| HSL | 169.86º | 0.82% | 0.66% | - |
| HSV(B) | 169.86º | 0.59% | 0.94% | - |
| XYZ | 48.06 | 69.18 | 75.11 | - |
| YUV | 193.81 | 139.96 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 215 | 0.59 | 0 | 0.10 | 0.06 | 169.86 | 0.82 | 0.66 |
| Hex | 61 | EF | D7 | 3B | 0 | A | 6 | AA | 52 | 42 |
| Octal | 141 | 357 | 327 | 73 | 0 | 12 | 6 | 252 | 122 | 102 |
| Binary | 1100001 | 11101111 | 11010111 | 111011 | 0 | 1010 | 110 | 10101010 | 1010010 | 1000010 |
Color Harmonies of #61EFD7
Complementary color
Monochromatic Colors of #61EFD7
Black with #61EFD7
Text Example
Text Example
White with #61EFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFD7; }
p { color: rgb(97,239,215); }
H1.HeaderClassName
{
color: #61EFD7;
}
.AnyTagClassName
{
color: #61EFD7;
}
</style>
background-color css
<style>
a { background-color: #61EFD7; }
a { background-color: rgb(97,239,215); }
div.DivClassName
{
background-color: #61EFD7;
}
.BgClassName
{
background-color: #61EFD7;
}
</style>
border-color css
<style>
span { border-color: #61EFD7; }
span { border-color: rgb(97,239,215); }
td.TdClassName
{
border-color: #61EFD7;
}
.TagClassName
{
border-color: #61EFD7;
}
</style>