Shades of Turquoise Blue #61F1DD
Tints of Turquoise Blue #61F1DD
RGB
CMYK
RGB Variations
Color information
#61F1DD (or 0x61F1DD) is known color: Turquoise Blue. HEX triplet: 61, F1 and DD. RGB value is (97,241,221). Sum of RGB (Red+Green+Blue) = 97+241+221=559 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.35% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F1DD is #9E0E22. Grayscale: #C3C3C3. Windows color (decimal): -10358307 or 14545249. OLE color: 14545249.
HSL color Cylindrical-coordinate representation of color #61F1DD: hue angle of 171.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1DD is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 221 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.05 |
| HSL | 171.67º | 0.84% | 0.66% | - |
| HSV(B) | 171.67º | 0.6% | 0.95% | - |
| XYZ | 49.44 | 70.67 | 79.44 | - |
| YUV | 195.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 221 | 0.60 | 0 | 0.08 | 0.05 | 171.67 | 0.84 | 0.66 |
| Hex | 61 | F1 | DD | 3C | 0 | 8 | 5 | AC | 54 | 42 |
| Octal | 141 | 361 | 335 | 74 | 0 | 10 | 5 | 254 | 124 | 102 |
| Binary | 1100001 | 11110001 | 11011101 | 111100 | 0 | 1000 | 101 | 10101100 | 1010100 | 1000010 |
Color Harmonies of #61F1DD
Complementary color
Monochromatic Colors of #61F1DD
Black with #61F1DD
Text Example
Text Example
White with #61F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1DD; }
p { color: rgb(97,241,221); }
H1.HeaderClassName
{
color: #61F1DD;
}
.AnyTagClassName
{
color: #61F1DD;
}
</style>
background-color css
<style>
a { background-color: #61F1DD; }
a { background-color: rgb(97,241,221); }
div.DivClassName
{
background-color: #61F1DD;
}
.BgClassName
{
background-color: #61F1DD;
}
</style>
border-color css
<style>
span { border-color: #61F1DD; }
span { border-color: rgb(97,241,221); }
td.TdClassName
{
border-color: #61F1DD;
}
.TagClassName
{
border-color: #61F1DD;
}
</style>