Shades of Medium Turquoise #33C7D1
Tints of Medium Turquoise #33C7D1
RGB
CMYK
RGB Variations
Color information
#33C7D1 (or 0x33C7D1) is known color: Medium Turquoise. HEX triplet: 33, C7 and D1. RGB value is (51,199,209). Sum of RGB (Red+Green+Blue) = 51+199+209=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #33C7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C7D1 is #CC382E. Grayscale: #9B9B9B. Windows color (decimal): -13383727 or 13748019. OLE color: 13748019.
HSL color Cylindrical-coordinate representation of color #33C7D1: hue angle of 183.8º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33C7D1 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 199 | 209 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.18 |
| HSL | 183.8º | 0.63% | 0.51% | - |
| HSV(B) | 183.8º | 0.76% | 0.82% | - |
| XYZ | 33.3 | 46.15 | 67.48 | - |
| YUV | 155.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 199 | 209 | 0.76 | 0.05 | 0 | 0.18 | 183.8 | 0.63 | 0.51 |
| Hex | 33 | C7 | D1 | 4C | 5 | 0 | 12 | B8 | 3F | 33 |
| Octal | 63 | 307 | 321 | 114 | 5 | 0 | 22 | 270 | 77 | 63 |
| Binary | 110011 | 11000111 | 11010001 | 1001100 | 101 | 0 | 10010 | 10111000 | 111111 | 110011 |
Color Harmonies of #33C7D1
Complementary color
Monochromatic Colors of #33C7D1
Black with #33C7D1
Text Example
Text Example
White with #33C7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C7D1; }
p { color: rgb(51,199,209); }
H1.HeaderClassName
{
color: #33C7D1;
}
.AnyTagClassName
{
color: #33C7D1;
}
</style>
background-color css
<style>
a { background-color: #33C7D1; }
a { background-color: rgb(51,199,209); }
div.DivClassName
{
background-color: #33C7D1;
}
.BgClassName
{
background-color: #33C7D1;
}
</style>
border-color css
<style>
span { border-color: #33C7D1; }
span { border-color: rgb(51,199,209); }
td.TdClassName
{
border-color: #33C7D1;
}
.TagClassName
{
border-color: #33C7D1;
}
</style>