Shades of Medium Turquoise #33D0CC
Tints of Medium Turquoise #33D0CC
RGB
CMYK
RGB Variations
Color information
#33D0CC (or 0x33D0CC) is known color: Medium Turquoise. HEX triplet: 33, D0 and CC. RGB value is (51,208,204). Sum of RGB (Red+Green+Blue) = 51+208+204=463 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.02% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #33D0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D0CC is #CC2F33. Grayscale: #A0A0A0. Windows color (decimal): -13381428 or 13422643. OLE color: 13422643.
HSL color Cylindrical-coordinate representation of color #33D0CC: hue angle of 178.47º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33D0CC is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 204 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.18 |
| HSL | 178.47º | 0.63% | 0.51% | - |
| HSV(B) | 178.47º | 0.75% | 0.82% | - |
| XYZ | 34.82 | 50.18 | 64.98 | - |
| YUV | 160.6 | 152.49 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 204 | 0.75 | 0 | 0.02 | 0.18 | 178.47 | 0.63 | 0.51 |
| Hex | 33 | D0 | CC | 4B | 0 | 2 | 12 | B2 | 3F | 33 |
| Octal | 63 | 320 | 314 | 113 | 0 | 2 | 22 | 262 | 77 | 63 |
| Binary | 110011 | 11010000 | 11001100 | 1001011 | 0 | 10 | 10010 | 10110010 | 111111 | 110011 |
Color Harmonies of #33D0CC
Complementary color
Monochromatic Colors of #33D0CC
Black with #33D0CC
Text Example
Text Example
White with #33D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D0CC; }
p { color: rgb(51,208,204); }
H1.HeaderClassName
{
color: #33D0CC;
}
.AnyTagClassName
{
color: #33D0CC;
}
</style>
background-color css
<style>
a { background-color: #33D0CC; }
a { background-color: rgb(51,208,204); }
div.DivClassName
{
background-color: #33D0CC;
}
.BgClassName
{
background-color: #33D0CC;
}
</style>
border-color css
<style>
span { border-color: #33D0CC; }
span { border-color: rgb(51,208,204); }
td.TdClassName
{
border-color: #33D0CC;
}
.TagClassName
{
border-color: #33D0CC;
}
</style>