Shades of Turquoise #33DFCC
Tints of Turquoise #33DFCC
RGB
CMYK
RGB Variations
Color information
#33DFCC (or 0x33DFCC) is known color: Turquoise. HEX triplet: 33, DF and CC. RGB value is (51,223,204). Sum of RGB (Red+Green+Blue) = 51+223+204=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFCC is #CC2033. Grayscale: #A9A9A9. Windows color (decimal): -13377588 or 13426483. OLE color: 13426483.
HSL color Cylindrical-coordinate representation of color #33DFCC: hue angle of 173.37º 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 #33DFCC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 204 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.13 |
| HSL | 173.37º | 0.73% | 0.54% | - |
| HSV(B) | 173.37º | 0.77% | 0.87% | - |
| XYZ | 38.65 | 57.84 | 66.25 | - |
| YUV | 169.41 | 147.52 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 204 | 0.77 | 0 | 0.09 | 0.13 | 173.37 | 0.73 | 0.54 |
| Hex | 33 | DF | CC | 4D | 0 | 9 | D | AD | 49 | 36 |
| Octal | 63 | 337 | 314 | 115 | 0 | 11 | 15 | 255 | 111 | 66 |
| Binary | 110011 | 11011111 | 11001100 | 1001101 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110110 |
Color Harmonies of #33DFCC
Complementary color
Monochromatic Colors of #33DFCC
Black with #33DFCC
Text Example
Text Example
White with #33DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFCC; }
p { color: rgb(51,223,204); }
H1.HeaderClassName
{
color: #33DFCC;
}
.AnyTagClassName
{
color: #33DFCC;
}
</style>
background-color css
<style>
a { background-color: #33DFCC; }
a { background-color: rgb(51,223,204); }
div.DivClassName
{
background-color: #33DFCC;
}
.BgClassName
{
background-color: #33DFCC;
}
</style>
border-color css
<style>
span { border-color: #33DFCC; }
span { border-color: rgb(51,223,204); }
td.TdClassName
{
border-color: #33DFCC;
}
.TagClassName
{
border-color: #33DFCC;
}
</style>