Shades of Turquoise #33DDDF
Tints of Turquoise #33DDDF
RGB
CMYK
RGB Variations
Color information
#33DDDF (or 0x33DDDF) is known color: Turquoise. HEX triplet: 33, DD and DF. RGB value is (51,221,223). Sum of RGB (Red+Green+Blue) = 51+221+223=495 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.30% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #33DDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDDF is #CC2220. Grayscale: #AAAAAA. Windows color (decimal): -13378081 or 14671155. OLE color: 14671155.
HSL color Cylindrical-coordinate representation of color #33DDDF: hue angle of 180.7º 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 #33DDDF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 223 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.13 |
| HSL | 180.7º | 0.73% | 0.54% | - |
| HSV(B) | 180.7º | 0.77% | 0.87% | - |
| XYZ | 40.54 | 57.74 | 78.82 | - |
| YUV | 170.4 | 157.68 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 223 | 0.77 | 0.01 | 0 | 0.13 | 180.7 | 0.73 | 0.54 |
| Hex | 33 | DD | DF | 4D | 1 | 0 | D | B5 | 49 | 36 |
| Octal | 63 | 335 | 337 | 115 | 1 | 0 | 15 | 265 | 111 | 66 |
| Binary | 110011 | 11011101 | 11011111 | 1001101 | 1 | 0 | 1101 | 10110101 | 1001001 | 110110 |
Color Harmonies of #33DDDF
Complementary color
Monochromatic Colors of #33DDDF
Black with #33DDDF
Text Example
Text Example
White with #33DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDDF; }
p { color: rgb(51,221,223); }
H1.HeaderClassName
{
color: #33DDDF;
}
.AnyTagClassName
{
color: #33DDDF;
}
</style>
background-color css
<style>
a { background-color: #33DDDF; }
a { background-color: rgb(51,221,223); }
div.DivClassName
{
background-color: #33DDDF;
}
.BgClassName
{
background-color: #33DDDF;
}
</style>
border-color css
<style>
span { border-color: #33DDDF; }
span { border-color: rgb(51,221,223); }
td.TdClassName
{
border-color: #33DDDF;
}
.TagClassName
{
border-color: #33DDDF;
}
</style>