Shades of Turquoise Blue #61EEF0
Tints of Turquoise Blue #61EEF0
RGB
CMYK
RGB Variations
Color information
#61EEF0 (or 0x61EEF0) is known color: Turquoise Blue. HEX triplet: 61, EE and F0. RGB value is (97,238,240). Sum of RGB (Red+Green+Blue) = 97+238+240=575 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.87% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #61EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EEF0 is #9E110F. Grayscale: #C3C3C3. Windows color (decimal): -10359056 or 15789665. OLE color: 15789665.
HSL color Cylindrical-coordinate representation of color #61EEF0: hue angle of 180.84º 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 #61EEF0 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 238 | 240 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.06 |
| HSL | 180.84º | 0.83% | 0.66% | - |
| HSV(B) | 180.84º | 0.6% | 0.94% | - |
| XYZ | 51.23 | 69.98 | 93.25 | - |
| YUV | 196.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 240 | 0.60 | 0.01 | 0 | 0.06 | 180.84 | 0.83 | 0.66 |
| Hex | 61 | EE | F0 | 3C | 1 | 0 | 6 | B5 | 53 | 42 |
| Octal | 141 | 356 | 360 | 74 | 1 | 0 | 6 | 265 | 123 | 102 |
| Binary | 1100001 | 11101110 | 11110000 | 111100 | 1 | 0 | 110 | 10110101 | 1010011 | 1000010 |
Color Harmonies of #61EEF0
Complementary color
Monochromatic Colors of #61EEF0
Black with #61EEF0
Text Example
Text Example
White with #61EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EEF0; }
p { color: rgb(97,238,240); }
H1.HeaderClassName
{
color: #61EEF0;
}
.AnyTagClassName
{
color: #61EEF0;
}
</style>
background-color css
<style>
a { background-color: #61EEF0; }
a { background-color: rgb(97,238,240); }
div.DivClassName
{
background-color: #61EEF0;
}
.BgClassName
{
background-color: #61EEF0;
}
</style>
border-color css
<style>
span { border-color: #61EEF0; }
span { border-color: rgb(97,238,240); }
td.TdClassName
{
border-color: #61EEF0;
}
.TagClassName
{
border-color: #61EEF0;
}
</style>