Shades of Turquoise #33D1D4
Tints of Turquoise #33D1D4
RGB
CMYK
RGB Variations
Color information
#33D1D4 (or 0x33D1D4) is known color: Turquoise. HEX triplet: 33, D1 and D4. RGB value is (51,209,212). Sum of RGB (Red+Green+Blue) = 51+209+212=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #33D1D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D1D4 is #CC2E2B. Grayscale: #A1A1A1. Windows color (decimal): -13381164 or 13947187. OLE color: 13947187.
HSL color Cylindrical-coordinate representation of color #33D1D4: hue angle of 181.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D1D4 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 209 | 212 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.17 |
| HSL | 181.12º | 0.65% | 0.52% | - |
| HSV(B) | 181.12º | 0.76% | 0.83% | - |
| XYZ | 36.05 | 51.06 | 70.24 | - |
| YUV | 162.1 | 156.15 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 212 | 0.76 | 0.01 | 0 | 0.17 | 181.12 | 0.65 | 0.52 |
| Hex | 33 | D1 | D4 | 4C | 1 | 0 | 11 | B5 | 41 | 34 |
| Octal | 63 | 321 | 324 | 114 | 1 | 0 | 21 | 265 | 101 | 64 |
| Binary | 110011 | 11010001 | 11010100 | 1001100 | 1 | 0 | 10001 | 10110101 | 1000001 | 110100 |
Color Harmonies of #33D1D4
Complementary color
Monochromatic Colors of #33D1D4
Black with #33D1D4
Text Example
Text Example
White with #33D1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D1D4; }
p { color: rgb(51,209,212); }
H1.HeaderClassName
{
color: #33D1D4;
}
.AnyTagClassName
{
color: #33D1D4;
}
</style>
background-color css
<style>
a { background-color: #33D1D4; }
a { background-color: rgb(51,209,212); }
div.DivClassName
{
background-color: #33D1D4;
}
.BgClassName
{
background-color: #33D1D4;
}
</style>
border-color css
<style>
span { border-color: #33D1D4; }
span { border-color: rgb(51,209,212); }
td.TdClassName
{
border-color: #33D1D4;
}
.TagClassName
{
border-color: #33D1D4;
}
</style>