Shades of Turquoise Blue #61F0E0
Tints of Turquoise Blue #61F0E0
RGB
CMYK
RGB Variations
Color information
#61F0E0 (or 0x61F0E0) is known color: Turquoise Blue. HEX triplet: 61, F0 and E0. RGB value is (97,240,224). Sum of RGB (Red+Green+Blue) = 97+240+224=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0E0 is #9E0F1F. Grayscale: #C3C3C3. Windows color (decimal): -10358560 or 14741601. OLE color: 14741601.
HSL color Cylindrical-coordinate representation of color #61F0E0: hue angle of 173.29º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0E0 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 224 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.06 |
| HSL | 173.29º | 0.83% | 0.66% | - |
| HSV(B) | 173.29º | 0.6% | 0.94% | - |
| XYZ | 49.54 | 70.24 | 81.47 | - |
| YUV | 195.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 224 | 0.60 | 0 | 0.07 | 0.06 | 173.29 | 0.83 | 0.66 |
| Hex | 61 | F0 | E0 | 3C | 0 | 7 | 6 | AD | 53 | 42 |
| Octal | 141 | 360 | 340 | 74 | 0 | 7 | 6 | 255 | 123 | 102 |
| Binary | 1100001 | 11110000 | 11100000 | 111100 | 0 | 111 | 110 | 10101101 | 1010011 | 1000010 |
Color Harmonies of #61F0E0
Complementary color
Monochromatic Colors of #61F0E0
Black with #61F0E0
Text Example
Text Example
White with #61F0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F0E0; }
p { color: rgb(97,240,224); }
H1.HeaderClassName
{
color: #61F0E0;
}
.AnyTagClassName
{
color: #61F0E0;
}
</style>
background-color css
<style>
a { background-color: #61F0E0; }
a { background-color: rgb(97,240,224); }
div.DivClassName
{
background-color: #61F0E0;
}
.BgClassName
{
background-color: #61F0E0;
}
</style>
border-color css
<style>
span { border-color: #61F0E0; }
span { border-color: rgb(97,240,224); }
td.TdClassName
{
border-color: #61F0E0;
}
.TagClassName
{
border-color: #61F0E0;
}
</style>