Shades of Turquoise Blue #61DFDF
Tints of Turquoise Blue #61DFDF
RGB
CMYK
RGB Variations
Color information
#61DFDF (or 0x61DFDF) is known color: Turquoise Blue. HEX triplet: 61, DF and DF. RGB value is (97,223,223). Sum of RGB (Red+Green+Blue) = 97+223+223=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #61DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFDF is #9E2020. Grayscale: #B9B9B9. Windows color (decimal): -10362913 or 14671713. OLE color: 14671713.
HSL color Cylindrical-coordinate representation of color #61DFDF: hue angle of 180º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFDF is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 223 | - |
| CMYK | 0.57 | 0 | 0 | 0.13 |
| HSL | 180º | 0.66% | 0.63% | - |
| HSV(B) | 180º | 0.57% | 0.87% | - |
| XYZ | 44.64 | 60.64 | 79.16 | - |
| YUV | 185.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 223 | 0.57 | 0 | 0 | 0.13 | 180 | 0.66 | 0.63 |
| Hex | 61 | DF | DF | 39 | 0 | 0 | D | B4 | 42 | 3F |
| Octal | 141 | 337 | 337 | 71 | 0 | 0 | 15 | 264 | 102 | 77 |
| Binary | 1100001 | 11011111 | 11011111 | 111001 | 0 | 0 | 1101 | 10110100 | 1000010 | 111111 |
Color Harmonies of #61DFDF
Complementary color
Monochromatic Colors of #61DFDF
Black with #61DFDF
Text Example
Text Example
White with #61DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFDF; }
p { color: rgb(97,223,223); }
H1.HeaderClassName
{
color: #61DFDF;
}
.AnyTagClassName
{
color: #61DFDF;
}
</style>
background-color css
<style>
a { background-color: #61DFDF; }
a { background-color: rgb(97,223,223); }
div.DivClassName
{
background-color: #61DFDF;
}
.BgClassName
{
background-color: #61DFDF;
}
</style>
border-color css
<style>
span { border-color: #61DFDF; }
span { border-color: rgb(97,223,223); }
td.TdClassName
{
border-color: #61DFDF;
}
.TagClassName
{
border-color: #61DFDF;
}
</style>