Shades of Turquoise Blue #61D7F3
Tints of Turquoise Blue #61D7F3
RGB
CMYK
RGB Variations
Color information
#61D7F3 (or 0x61D7F3) is known color: Turquoise Blue. HEX triplet: 61, D7 and F3. RGB value is (97,215,243). Sum of RGB (Red+Green+Blue) = 97+215+243=555 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.48% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #61D7F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D7F3 is #9E280C. Grayscale: #B6B6B6. Windows color (decimal): -10364941 or 15980385. OLE color: 15980385.
HSL color Cylindrical-coordinate representation of color #61D7F3: hue angle of 191.51º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61D7F3 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 215 | 243 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.05 |
| HSL | 191.51º | 0.86% | 0.67% | - |
| HSV(B) | 191.51º | 0.6% | 0.95% | - |
| XYZ | 45.41 | 57.61 | 93.52 | - |
| YUV | 182.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 215 | 243 | 0.60 | 0.12 | 0 | 0.05 | 191.51 | 0.86 | 0.67 |
| Hex | 61 | D7 | F3 | 3C | C | 0 | 5 | C0 | 56 | 43 |
| Octal | 141 | 327 | 363 | 74 | 14 | 0 | 5 | 300 | 126 | 103 |
| Binary | 1100001 | 11010111 | 11110011 | 111100 | 1100 | 0 | 101 | 11000000 | 1010110 | 1000011 |
Color Harmonies of #61D7F3
Complementary color
Monochromatic Colors of #61D7F3
Black with #61D7F3
Text Example
Text Example
White with #61D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D7F3; }
p { color: rgb(97,215,243); }
H1.HeaderClassName
{
color: #61D7F3;
}
.AnyTagClassName
{
color: #61D7F3;
}
</style>
background-color css
<style>
a { background-color: #61D7F3; }
a { background-color: rgb(97,215,243); }
div.DivClassName
{
background-color: #61D7F3;
}
.BgClassName
{
background-color: #61D7F3;
}
</style>
border-color css
<style>
span { border-color: #61D7F3; }
span { border-color: rgb(97,215,243); }
td.TdClassName
{
border-color: #61D7F3;
}
.TagClassName
{
border-color: #61D7F3;
}
</style>