Shades of Turquoise Blue #61DFD7
Tints of Turquoise Blue #61DFD7
RGB
CMYK
RGB Variations
Color information
#61DFD7 (or 0x61DFD7) is known color: Turquoise Blue. HEX triplet: 61, DF and D7. RGB value is (97,223,215). Sum of RGB (Red+Green+Blue) = 97+223+215=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFD7 is #9E2028. Grayscale: #B8B8B8. Windows color (decimal): -10362921 or 14147425. OLE color: 14147425.
HSL color Cylindrical-coordinate representation of color #61DFD7: hue angle of 176.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFD7 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 215 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.13 |
| HSL | 176.19º | 0.66% | 0.63% | - |
| HSV(B) | 176.19º | 0.57% | 0.87% | - |
| XYZ | 43.58 | 60.22 | 73.62 | - |
| YUV | 184.41 | 145.26 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 215 | 0.57 | 0 | 0.04 | 0.13 | 176.19 | 0.66 | 0.63 |
| Hex | 61 | DF | D7 | 39 | 0 | 4 | D | B0 | 42 | 3F |
| Octal | 141 | 337 | 327 | 71 | 0 | 4 | 15 | 260 | 102 | 77 |
| Binary | 1100001 | 11011111 | 11010111 | 111001 | 0 | 100 | 1101 | 10110000 | 1000010 | 111111 |
Color Harmonies of #61DFD7
Complementary color
Monochromatic Colors of #61DFD7
Black with #61DFD7
Text Example
Text Example
White with #61DFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFD7; }
p { color: rgb(97,223,215); }
H1.HeaderClassName
{
color: #61DFD7;
}
.AnyTagClassName
{
color: #61DFD7;
}
</style>
background-color css
<style>
a { background-color: #61DFD7; }
a { background-color: rgb(97,223,215); }
div.DivClassName
{
background-color: #61DFD7;
}
.BgClassName
{
background-color: #61DFD7;
}
</style>
border-color css
<style>
span { border-color: #61DFD7; }
span { border-color: rgb(97,223,215); }
td.TdClassName
{
border-color: #61DFD7;
}
.TagClassName
{
border-color: #61DFD7;
}
</style>