Shades of Medium Turquoise #33D1CD
Tints of Medium Turquoise #33D1CD
RGB
CMYK
RGB Variations
Color information
#33D1CD (or 0x33D1CD) is known color: Medium Turquoise. HEX triplet: 33, D1 and CD. RGB value is (51,209,205). Sum of RGB (Red+Green+Blue) = 51+209+205=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #33D1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D1CD is #CC2E32. Grayscale: #A1A1A1. Windows color (decimal): -13381171 or 13488435. OLE color: 13488435.
HSL color Cylindrical-coordinate representation of color #33D1CD: hue angle of 178.48º 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 #33D1CD is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 205 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.18 |
| HSL | 178.48º | 0.63% | 0.51% | - |
| HSV(B) | 178.48º | 0.76% | 0.82% | - |
| XYZ | 35.19 | 50.71 | 65.69 | - |
| YUV | 161.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 205 | 0.76 | 0 | 0.02 | 0.18 | 178.48 | 0.63 | 0.51 |
| Hex | 33 | D1 | CD | 4C | 0 | 2 | 12 | B2 | 3F | 33 |
| Octal | 63 | 321 | 315 | 114 | 0 | 2 | 22 | 262 | 77 | 63 |
| Binary | 110011 | 11010001 | 11001101 | 1001100 | 0 | 10 | 10010 | 10110010 | 111111 | 110011 |
Color Harmonies of #33D1CD
Complementary color
Monochromatic Colors of #33D1CD
Black with #33D1CD
Text Example
Text Example
White with #33D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D1CD; }
p { color: rgb(51,209,205); }
H1.HeaderClassName
{
color: #33D1CD;
}
.AnyTagClassName
{
color: #33D1CD;
}
</style>
background-color css
<style>
a { background-color: #33D1CD; }
a { background-color: rgb(51,209,205); }
div.DivClassName
{
background-color: #33D1CD;
}
.BgClassName
{
background-color: #33D1CD;
}
</style>
border-color css
<style>
span { border-color: #33D1CD; }
span { border-color: rgb(51,209,205); }
td.TdClassName
{
border-color: #33D1CD;
}
.TagClassName
{
border-color: #33D1CD;
}
</style>