Shades of Turquoise Blue #61DCDF
Tints of Turquoise Blue #61DCDF
RGB
CMYK
RGB Variations
Color information
#61DCDF (or 0x61DCDF) is known color: Turquoise Blue. HEX triplet: 61, DC and DF. RGB value is (97,220,223). Sum of RGB (Red+Green+Blue) = 97+220+223=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #61DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCDF is #9E2320. Grayscale: #B7B7B7. Windows color (decimal): -10363681 or 14670945. OLE color: 14670945.
HSL color Cylindrical-coordinate representation of color #61DCDF: hue angle of 181.43º 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 #61DCDF is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 220 | 223 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.13 |
| HSL | 181.43º | 0.66% | 0.63% | - |
| HSV(B) | 181.43º | 0.57% | 0.87% | - |
| XYZ | 43.84 | 59.06 | 78.9 | - |
| YUV | 183.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 223 | 0.57 | 0.01 | 0 | 0.13 | 181.43 | 0.66 | 0.63 |
| Hex | 61 | DC | DF | 39 | 1 | 0 | D | B5 | 42 | 3F |
| Octal | 141 | 334 | 337 | 71 | 1 | 0 | 15 | 265 | 102 | 77 |
| Binary | 1100001 | 11011100 | 11011111 | 111001 | 1 | 0 | 1101 | 10110101 | 1000010 | 111111 |
Color Harmonies of #61DCDF
Complementary color
Monochromatic Colors of #61DCDF
Black with #61DCDF
Text Example
Text Example
White with #61DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCDF; }
p { color: rgb(97,220,223); }
H1.HeaderClassName
{
color: #61DCDF;
}
.AnyTagClassName
{
color: #61DCDF;
}
</style>
background-color css
<style>
a { background-color: #61DCDF; }
a { background-color: rgb(97,220,223); }
div.DivClassName
{
background-color: #61DCDF;
}
.BgClassName
{
background-color: #61DCDF;
}
</style>
border-color css
<style>
span { border-color: #61DCDF; }
span { border-color: rgb(97,220,223); }
td.TdClassName
{
border-color: #61DCDF;
}
.TagClassName
{
border-color: #61DCDF;
}
</style>