Shades of Turquoise #61EDD2
Tints of Turquoise #61EDD2
RGB
CMYK
RGB Variations
Color information
#61EDD2 (or 0x61EDD2) is known color: Turquoise. HEX triplet: 61, ED and D2. RGB value is (97,237,210). Sum of RGB (Red+Green+Blue) = 97+237+210=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDD2 is #9E122D. Grayscale: #C0C0C0. Windows color (decimal): -10359342 or 13823329. OLE color: 13823329.
HSL color Cylindrical-coordinate representation of color #61EDD2: hue angle of 168.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDD2 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 210 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.07 |
| HSL | 168.43º | 0.8% | 0.65% | - |
| HSV(B) | 168.43º | 0.59% | 0.93% | - |
| XYZ | 46.85 | 67.76 | 71.58 | - |
| YUV | 192.06 | 138.12 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 210 | 0.59 | 0 | 0.11 | 0.07 | 168.43 | 0.8 | 0.65 |
| Hex | 61 | ED | D2 | 3B | 0 | B | 7 | A8 | 50 | 41 |
| Octal | 141 | 355 | 322 | 73 | 0 | 13 | 7 | 250 | 120 | 101 |
| Binary | 1100001 | 11101101 | 11010010 | 111011 | 0 | 1011 | 111 | 10101000 | 1010000 | 1000001 |
Color Harmonies of #61EDD2
Complementary color
Monochromatic Colors of #61EDD2
Black with #61EDD2
Text Example
Text Example
White with #61EDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EDD2; }
p { color: rgb(97,237,210); }
H1.HeaderClassName
{
color: #61EDD2;
}
.AnyTagClassName
{
color: #61EDD2;
}
</style>
background-color css
<style>
a { background-color: #61EDD2; }
a { background-color: rgb(97,237,210); }
div.DivClassName
{
background-color: #61EDD2;
}
.BgClassName
{
background-color: #61EDD2;
}
</style>
border-color css
<style>
span { border-color: #61EDD2; }
span { border-color: rgb(97,237,210); }
td.TdClassName
{
border-color: #61EDD2;
}
.TagClassName
{
border-color: #61EDD2;
}
</style>