Shades of Turquoise #33DFCD
Tints of Turquoise #33DFCD
RGB
CMYK
RGB Variations
Color information
#33DFCD (or 0x33DFCD) is known color: Turquoise. HEX triplet: 33, DF and CD. RGB value is (51,223,205). Sum of RGB (Red+Green+Blue) = 51+223+205=479 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.65% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFCD is #CC2032. Grayscale: #A9A9A9. Windows color (decimal): -13377587 or 13492019. OLE color: 13492019.
HSL color Cylindrical-coordinate representation of color #33DFCD: hue angle of 173.72º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DFCD is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 205 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.13 |
| HSL | 173.72º | 0.73% | 0.54% | - |
| HSV(B) | 173.72º | 0.77% | 0.87% | - |
| XYZ | 38.77 | 57.89 | 66.89 | - |
| YUV | 169.52 | 148.02 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 205 | 0.77 | 0 | 0.08 | 0.13 | 173.72 | 0.73 | 0.54 |
| Hex | 33 | DF | CD | 4D | 0 | 8 | D | AE | 49 | 36 |
| Octal | 63 | 337 | 315 | 115 | 0 | 10 | 15 | 256 | 111 | 66 |
| Binary | 110011 | 11011111 | 11001101 | 1001101 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110110 |
Color Harmonies of #33DFCD
Complementary color
Monochromatic Colors of #33DFCD
Black with #33DFCD
Text Example
Text Example
White with #33DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFCD; }
p { color: rgb(51,223,205); }
H1.HeaderClassName
{
color: #33DFCD;
}
.AnyTagClassName
{
color: #33DFCD;
}
</style>
background-color css
<style>
a { background-color: #33DFCD; }
a { background-color: rgb(51,223,205); }
div.DivClassName
{
background-color: #33DFCD;
}
.BgClassName
{
background-color: #33DFCD;
}
</style>
border-color css
<style>
span { border-color: #33DFCD; }
span { border-color: rgb(51,223,205); }
td.TdClassName
{
border-color: #33DFCD;
}
.TagClassName
{
border-color: #33DFCD;
}
</style>