Shades of Turquoise #33DDB5
Tints of Turquoise #33DDB5
RGB
CMYK
RGB Variations
Color information
#33DDB5 (or 0x33DDB5) is known color: Turquoise. HEX triplet: 33, DD and B5. RGB value is (51,221,181). Sum of RGB (Red+Green+Blue) = 51+221+181=453 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.26% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDB5 is #CC224A. Grayscale: #A5A5A5. Windows color (decimal): -13378123 or 11918643. OLE color: 11918643.
HSL color Cylindrical-coordinate representation of color #33DDB5: hue angle of 165.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DDB5 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 181 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.13 |
| HSL | 165.88º | 0.71% | 0.53% | - |
| HSV(B) | 165.88º | 0.77% | 0.87% | - |
| XYZ | 35.56 | 55.75 | 52.6 | - |
| YUV | 165.61 | 136.68 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 181 | 0.77 | 0 | 0.18 | 0.13 | 165.88 | 0.71 | 0.53 |
| Hex | 33 | DD | B5 | 4D | 0 | 12 | D | A6 | 47 | 35 |
| Octal | 63 | 335 | 265 | 115 | 0 | 22 | 15 | 246 | 107 | 65 |
| Binary | 110011 | 11011101 | 10110101 | 1001101 | 0 | 10010 | 1101 | 10100110 | 1000111 | 110101 |
Color Harmonies of #33DDB5
Complementary color
Monochromatic Colors of #33DDB5
Black with #33DDB5
Text Example
Text Example
White with #33DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDB5; }
p { color: rgb(51,221,181); }
H1.HeaderClassName
{
color: #33DDB5;
}
.AnyTagClassName
{
color: #33DDB5;
}
</style>
background-color css
<style>
a { background-color: #33DDB5; }
a { background-color: rgb(51,221,181); }
div.DivClassName
{
background-color: #33DDB5;
}
.BgClassName
{
background-color: #33DDB5;
}
</style>
border-color css
<style>
span { border-color: #33DDB5; }
span { border-color: rgb(51,221,181); }
td.TdClassName
{
border-color: #33DDB5;
}
.TagClassName
{
border-color: #33DDB5;
}
</style>