Shades of Turquoise Blue #61DFF1
Tints of Turquoise Blue #61DFF1
RGB
CMYK
RGB Variations
Color information
#61DFF1 (or 0x61DFF1) is known color: Turquoise Blue. HEX triplet: 61, DF and F1. RGB value is (97,223,241). Sum of RGB (Red+Green+Blue) = 97+223+241=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #61DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DFF1 is #9E200E. Grayscale: #BBBBBB. Windows color (decimal): -10362895 or 15851361. OLE color: 15851361.
HSL color Cylindrical-coordinate representation of color #61DFF1: hue angle of 187.5º 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 #61DFF1 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 223 | 241 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.05 |
| HSL | 187.5º | 0.84% | 0.66% | - |
| HSV(B) | 187.5º | 0.6% | 0.95% | - |
| XYZ | 47.19 | 61.67 | 92.63 | - |
| YUV | 187.38 | 158.26 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 241 | 0.60 | 0.07 | 0 | 0.05 | 187.5 | 0.84 | 0.66 |
| Hex | 61 | DF | F1 | 3C | 7 | 0 | 5 | BC | 54 | 42 |
| Octal | 141 | 337 | 361 | 74 | 7 | 0 | 5 | 274 | 124 | 102 |
| Binary | 1100001 | 11011111 | 11110001 | 111100 | 111 | 0 | 101 | 10111100 | 1010100 | 1000010 |
Color Harmonies of #61DFF1
Complementary color
Monochromatic Colors of #61DFF1
Black with #61DFF1
Text Example
Text Example
White with #61DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFF1; }
p { color: rgb(97,223,241); }
H1.HeaderClassName
{
color: #61DFF1;
}
.AnyTagClassName
{
color: #61DFF1;
}
</style>
background-color css
<style>
a { background-color: #61DFF1; }
a { background-color: rgb(97,223,241); }
div.DivClassName
{
background-color: #61DFF1;
}
.BgClassName
{
background-color: #61DFF1;
}
</style>
border-color css
<style>
span { border-color: #61DFF1; }
span { border-color: rgb(97,223,241); }
td.TdClassName
{
border-color: #61DFF1;
}
.TagClassName
{
border-color: #61DFF1;
}
</style>