Shades of Turquoise #33D0DD
Tints of Turquoise #33D0DD
RGB
CMYK
RGB Variations
Color information
#33D0DD (or 0x33D0DD) is known color: Turquoise. HEX triplet: 33, D0 and DD. RGB value is (51,208,221). Sum of RGB (Red+Green+Blue) = 51+208+221=480 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.62% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #33D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D0DD is #CC2F22. Grayscale: #A2A2A2. Windows color (decimal): -13381411 or 14536755. OLE color: 14536755.
HSL color Cylindrical-coordinate representation of color #33D0DD: hue angle of 184.59º 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 #33D0DD is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 208 | 221 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.13 |
| HSL | 184.59º | 0.71% | 0.53% | - |
| HSV(B) | 184.59º | 0.77% | 0.87% | - |
| XYZ | 36.97 | 51.04 | 76.31 | - |
| YUV | 162.54 | 160.99 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 221 | 0.77 | 0.06 | 0 | 0.13 | 184.59 | 0.71 | 0.53 |
| Hex | 33 | D0 | DD | 4D | 6 | 0 | D | B9 | 47 | 35 |
| Octal | 63 | 320 | 335 | 115 | 6 | 0 | 15 | 271 | 107 | 65 |
| Binary | 110011 | 11010000 | 11011101 | 1001101 | 110 | 0 | 1101 | 10111001 | 1000111 | 110101 |
Color Harmonies of #33D0DD
Complementary color
Monochromatic Colors of #33D0DD
Black with #33D0DD
Text Example
Text Example
White with #33D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D0DD; }
p { color: rgb(51,208,221); }
H1.HeaderClassName
{
color: #33D0DD;
}
.AnyTagClassName
{
color: #33D0DD;
}
</style>
background-color css
<style>
a { background-color: #33D0DD; }
a { background-color: rgb(51,208,221); }
div.DivClassName
{
background-color: #33D0DD;
}
.BgClassName
{
background-color: #33D0DD;
}
</style>
border-color css
<style>
span { border-color: #33D0DD; }
span { border-color: rgb(51,208,221); }
td.TdClassName
{
border-color: #33D0DD;
}
.TagClassName
{
border-color: #33D0DD;
}
</style>