Shades of Medium Turquoise #33CCD3
Tints of Medium Turquoise #33CCD3
RGB
CMYK
RGB Variations
Color information
#33CCD3 (or 0x33CCD3) is known color: Medium Turquoise. HEX triplet: 33, CC and D3. RGB value is (51,204,211). Sum of RGB (Red+Green+Blue) = 51+204+211=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #33CCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCD3 is #CC332C. Grayscale: #9E9E9E. Windows color (decimal): -13382445 or 13880371. OLE color: 13880371.
HSL color Cylindrical-coordinate representation of color #33CCD3: hue angle of 182.62º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33CCD3 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 204 | 211 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.17 |
| HSL | 182.63º | 0.65% | 0.51% | - |
| HSV(B) | 182.63º | 0.76% | 0.83% | - |
| XYZ | 34.72 | 48.59 | 69.18 | - |
| YUV | 159.05 | 157.31 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 211 | 0.76 | 0.03 | 0 | 0.17 | 182.63 | 0.65 | 0.51 |
| Hex | 33 | CC | D3 | 4C | 3 | 0 | 11 | B7 | 41 | 33 |
| Octal | 63 | 314 | 323 | 114 | 3 | 0 | 21 | 267 | 101 | 63 |
| Binary | 110011 | 11001100 | 11010011 | 1001100 | 11 | 0 | 10001 | 10110111 | 1000001 | 110011 |
Color Harmonies of #33CCD3
Complementary color
Monochromatic Colors of #33CCD3
Black with #33CCD3
Text Example
Text Example
White with #33CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCD3; }
p { color: rgb(51,204,211); }
H1.HeaderClassName
{
color: #33CCD3;
}
.AnyTagClassName
{
color: #33CCD3;
}
</style>
background-color css
<style>
a { background-color: #33CCD3; }
a { background-color: rgb(51,204,211); }
div.DivClassName
{
background-color: #33CCD3;
}
.BgClassName
{
background-color: #33CCD3;
}
</style>
border-color css
<style>
span { border-color: #33CCD3; }
span { border-color: rgb(51,204,211); }
td.TdClassName
{
border-color: #33CCD3;
}
.TagClassName
{
border-color: #33CCD3;
}
</style>