Shades of Medium Turquoise #61CBD1
Tints of Medium Turquoise #61CBD1
RGB
CMYK
RGB Variations
Color information
#61CBD1 (or 0x61CBD1) is known color: Medium Turquoise. HEX triplet: 61, CB and D1. RGB value is (97,203,209). Sum of RGB (Red+Green+Blue) = 97+203+209=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #61CBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBD1 is #9E342E. Grayscale: #ABABAB. Windows color (decimal): -10368047 or 13749089. OLE color: 13749089.
HSL color Cylindrical-coordinate representation of color #61CBD1: hue angle of 183.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61CBD1 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 203 | 209 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.18 |
| HSL | 183.21º | 0.55% | 0.6% | - |
| HSV(B) | 183.21º | 0.54% | 0.82% | - |
| XYZ | 37.79 | 49.86 | 67.95 | - |
| YUV | 171.99 | 148.88 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 209 | 0.54 | 0.03 | 0 | 0.18 | 183.21 | 0.55 | 0.6 |
| Hex | 61 | CB | D1 | 36 | 3 | 0 | 12 | B7 | 37 | 3C |
| Octal | 141 | 313 | 321 | 66 | 3 | 0 | 22 | 267 | 67 | 74 |
| Binary | 1100001 | 11001011 | 11010001 | 110110 | 11 | 0 | 10010 | 10110111 | 110111 | 111100 |
Color Harmonies of #61CBD1
Complementary color
Monochromatic Colors of #61CBD1
Black with #61CBD1
Text Example
Text Example
White with #61CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CBD1; }
p { color: rgb(97,203,209); }
H1.HeaderClassName
{
color: #61CBD1;
}
.AnyTagClassName
{
color: #61CBD1;
}
</style>
background-color css
<style>
a { background-color: #61CBD1; }
a { background-color: rgb(97,203,209); }
div.DivClassName
{
background-color: #61CBD1;
}
.BgClassName
{
background-color: #61CBD1;
}
</style>
border-color css
<style>
span { border-color: #61CBD1; }
span { border-color: rgb(97,203,209); }
td.TdClassName
{
border-color: #61CBD1;
}
.TagClassName
{
border-color: #61CBD1;
}
</style>