Shades of Turquoise #33D7B7
Tints of Turquoise #33D7B7
RGB
CMYK
RGB Variations
Color information
#33D7B7 (or 0x33D7B7) is known color: Turquoise. HEX triplet: 33, D7 and B7. RGB value is (51,215,183). Sum of RGB (Red+Green+Blue) = 51+215+183=449 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.36% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #33D7B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D7B7 is #CC2848. Grayscale: #A2A2A2. Windows color (decimal): -13379657 or 12048179. OLE color: 12048179.
HSL color Cylindrical-coordinate representation of color #33D7B7: hue angle of 168.29º 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 #33D7B7 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 183 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.16 |
| HSL | 168.29º | 0.67% | 0.52% | - |
| HSV(B) | 168.29º | 0.76% | 0.84% | - |
| XYZ | 34.21 | 52.72 | 53.17 | - |
| YUV | 162.32 | 139.67 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 183 | 0.76 | 0 | 0.15 | 0.16 | 168.29 | 0.67 | 0.52 |
| Hex | 33 | D7 | B7 | 4C | 0 | F | 10 | A8 | 43 | 34 |
| Octal | 63 | 327 | 267 | 114 | 0 | 17 | 20 | 250 | 103 | 64 |
| Binary | 110011 | 11010111 | 10110111 | 1001100 | 0 | 1111 | 10000 | 10101000 | 1000011 | 110100 |
Color Harmonies of #33D7B7
Complementary color
Monochromatic Colors of #33D7B7
Black with #33D7B7
Text Example
Text Example
White with #33D7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D7B7; }
p { color: rgb(51,215,183); }
H1.HeaderClassName
{
color: #33D7B7;
}
.AnyTagClassName
{
color: #33D7B7;
}
</style>
background-color css
<style>
a { background-color: #33D7B7; }
a { background-color: rgb(51,215,183); }
div.DivClassName
{
background-color: #33D7B7;
}
.BgClassName
{
background-color: #33D7B7;
}
</style>
border-color css
<style>
span { border-color: #33D7B7; }
span { border-color: rgb(51,215,183); }
td.TdClassName
{
border-color: #33D7B7;
}
.TagClassName
{
border-color: #33D7B7;
}
</style>