Shades of Turquoise #33D9B5
Tints of Turquoise #33D9B5
RGB
CMYK
RGB Variations
Color information
#33D9B5 (or 0x33D9B5) is known color: Turquoise. HEX triplet: 33, D9 and B5. RGB value is (51,217,181). Sum of RGB (Red+Green+Blue) = 51+217+181=449 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.36% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #33D9B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D9B5 is #CC264A. Grayscale: #A3A3A3. Windows color (decimal): -13379147 or 11917619. OLE color: 11917619.
HSL color Cylindrical-coordinate representation of color #33D9B5: hue angle of 166.99º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D9B5 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 181 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.15 |
| HSL | 166.99º | 0.69% | 0.53% | - |
| HSV(B) | 166.99º | 0.76% | 0.85% | - |
| XYZ | 34.52 | 53.67 | 52.26 | - |
| YUV | 163.26 | 138 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 181 | 0.76 | 0 | 0.17 | 0.15 | 166.99 | 0.69 | 0.53 |
| Hex | 33 | D9 | B5 | 4C | 0 | 11 | F | A7 | 45 | 35 |
| Octal | 63 | 331 | 265 | 114 | 0 | 21 | 17 | 247 | 105 | 65 |
| Binary | 110011 | 11011001 | 10110101 | 1001100 | 0 | 10001 | 1111 | 10100111 | 1000101 | 110101 |
Color Harmonies of #33D9B5
Complementary color
Monochromatic Colors of #33D9B5
Black with #33D9B5
Text Example
Text Example
White with #33D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D9B5; }
p { color: rgb(51,217,181); }
H1.HeaderClassName
{
color: #33D9B5;
}
.AnyTagClassName
{
color: #33D9B5;
}
</style>
background-color css
<style>
a { background-color: #33D9B5; }
a { background-color: rgb(51,217,181); }
div.DivClassName
{
background-color: #33D9B5;
}
.BgClassName
{
background-color: #33D9B5;
}
</style>
border-color css
<style>
span { border-color: #33D9B5; }
span { border-color: rgb(51,217,181); }
td.TdClassName
{
border-color: #33D9B5;
}
.TagClassName
{
border-color: #33D9B5;
}
</style>