Shades of Turquoise #33D7C0
Tints of Turquoise #33D7C0
RGB
CMYK
RGB Variations
Color information
#33D7C0 (or 0x33D7C0) is known color: Turquoise. HEX triplet: 33, D7 and C0. RGB value is (51,215,192). Sum of RGB (Red+Green+Blue) = 51+215+192=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #33D7C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D7C0 is #CC283F. Grayscale: #A3A3A3. Windows color (decimal): -13379648 or 12638003. OLE color: 12638003.
HSL color Cylindrical-coordinate representation of color #33D7C0: hue angle of 171.59º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D7C0 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 192 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.16 |
| HSL | 171.59º | 0.67% | 0.52% | - |
| HSV(B) | 171.59º | 0.76% | 0.84% | - |
| XYZ | 35.18 | 53.11 | 58.27 | - |
| YUV | 163.34 | 144.17 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 192 | 0.76 | 0 | 0.11 | 0.16 | 171.59 | 0.67 | 0.52 |
| Hex | 33 | D7 | C0 | 4C | 0 | B | 10 | AC | 43 | 34 |
| Octal | 63 | 327 | 300 | 114 | 0 | 13 | 20 | 254 | 103 | 64 |
| Binary | 110011 | 11010111 | 11000000 | 1001100 | 0 | 1011 | 10000 | 10101100 | 1000011 | 110100 |
Color Harmonies of #33D7C0
Complementary color
Monochromatic Colors of #33D7C0
Black with #33D7C0
Text Example
Text Example
White with #33D7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D7C0; }
p { color: rgb(51,215,192); }
H1.HeaderClassName
{
color: #33D7C0;
}
.AnyTagClassName
{
color: #33D7C0;
}
</style>
background-color css
<style>
a { background-color: #33D7C0; }
a { background-color: rgb(51,215,192); }
div.DivClassName
{
background-color: #33D7C0;
}
.BgClassName
{
background-color: #33D7C0;
}
</style>
border-color css
<style>
span { border-color: #33D7C0; }
span { border-color: rgb(51,215,192); }
td.TdClassName
{
border-color: #33D7C0;
}
.TagClassName
{
border-color: #33D7C0;
}
</style>