Shades of Medium Turquoise #33CDB9
Tints of Medium Turquoise #33CDB9
RGB
CMYK
RGB Variations
Color information
#33CDB9 (or 0x33CDB9) is known color: Medium Turquoise. HEX triplet: 33, CD and B9. RGB value is (51,205,185). Sum of RGB (Red+Green+Blue) = 51+205+185=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDB9 is #CC3246. Grayscale: #9C9C9C. Windows color (decimal): -13382215 or 12176691. OLE color: 12176691.
HSL color Cylindrical-coordinate representation of color #33CDB9: hue angle of 172.21º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CDB9 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 205 | 185 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.20 |
| HSL | 172.21º | 0.61% | 0.5% | - |
| HSV(B) | 172.21º | 0.75% | 0.8% | - |
| XYZ | 31.95 | 47.87 | 53.45 | - |
| YUV | 156.67 | 143.98 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 185 | 0.75 | 0 | 0.10 | 0.20 | 172.21 | 0.61 | 0.5 |
| Hex | 33 | CD | B9 | 4B | 0 | A | 14 | AC | 3D | 32 |
| Octal | 63 | 315 | 271 | 113 | 0 | 12 | 24 | 254 | 75 | 62 |
| Binary | 110011 | 11001101 | 10111001 | 1001011 | 0 | 1010 | 10100 | 10101100 | 111101 | 110010 |
Color Harmonies of #33CDB9
Complementary color
Monochromatic Colors of #33CDB9
Black with #33CDB9
Text Example
Text Example
White with #33CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CDB9; }
p { color: rgb(51,205,185); }
H1.HeaderClassName
{
color: #33CDB9;
}
.AnyTagClassName
{
color: #33CDB9;
}
</style>
background-color css
<style>
a { background-color: #33CDB9; }
a { background-color: rgb(51,205,185); }
div.DivClassName
{
background-color: #33CDB9;
}
.BgClassName
{
background-color: #33CDB9;
}
</style>
border-color css
<style>
span { border-color: #33CDB9; }
span { border-color: rgb(51,205,185); }
td.TdClassName
{
border-color: #33CDB9;
}
.TagClassName
{
border-color: #33CDB9;
}
</style>