Shades of Medium Turquoise #33D2B8
Tints of Medium Turquoise #33D2B8
RGB
CMYK
RGB Variations
Color information
#33D2B8 (or 0x33D2B8) is known color: Medium Turquoise. HEX triplet: 33, D2 and B8. RGB value is (51,210,184). Sum of RGB (Red+Green+Blue) = 51+210+184=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #33D2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D2B8 is #CC2D47. Grayscale: #9F9F9F. Windows color (decimal): -13380936 or 12112435. OLE color: 12112435.
HSL color Cylindrical-coordinate representation of color #33D2B8: hue angle of 170.19º degrees, saturation: 0.64, 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 #33D2B8 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 184 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.18 |
| HSL | 170.19º | 0.64% | 0.51% | - |
| HSV(B) | 170.19º | 0.76% | 0.82% | - |
| XYZ | 33.06 | 50.26 | 53.31 | - |
| YUV | 159.5 | 141.82 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 184 | 0.76 | 0 | 0.12 | 0.18 | 170.19 | 0.64 | 0.51 |
| Hex | 33 | D2 | B8 | 4C | 0 | C | 12 | AA | 40 | 33 |
| Octal | 63 | 322 | 270 | 114 | 0 | 14 | 22 | 252 | 100 | 63 |
| Binary | 110011 | 11010010 | 10111000 | 1001100 | 0 | 1100 | 10010 | 10101010 | 1000000 | 110011 |
Color Harmonies of #33D2B8
Complementary color
Monochromatic Colors of #33D2B8
Black with #33D2B8
Text Example
Text Example
White with #33D2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D2B8; }
p { color: rgb(51,210,184); }
H1.HeaderClassName
{
color: #33D2B8;
}
.AnyTagClassName
{
color: #33D2B8;
}
</style>
background-color css
<style>
a { background-color: #33D2B8; }
a { background-color: rgb(51,210,184); }
div.DivClassName
{
background-color: #33D2B8;
}
.BgClassName
{
background-color: #33D2B8;
}
</style>
border-color css
<style>
span { border-color: #33D2B8; }
span { border-color: rgb(51,210,184); }
td.TdClassName
{
border-color: #33D2B8;
}
.TagClassName
{
border-color: #33D2B8;
}
</style>