Shades of Medium Turquoise #33CDC6
Tints of Medium Turquoise #33CDC6
RGB
CMYK
RGB Variations
Color information
#33CDC6 (or 0x33CDC6) is known color: Medium Turquoise. HEX triplet: 33, CD and C6. RGB value is (51,205,198). Sum of RGB (Red+Green+Blue) = 51+205+198=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDC6 is #CC3239. Grayscale: #9E9E9E. Windows color (decimal): -13382202 or 13028659. OLE color: 13028659.
HSL color Cylindrical-coordinate representation of color #33CDC6: hue angle of 177.27º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CDC6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 205 | 198 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.20 |
| HSL | 177.27º | 0.61% | 0.5% | - |
| HSV(B) | 177.27º | 0.75% | 0.8% | - |
| XYZ | 33.39 | 48.44 | 61.02 | - |
| YUV | 158.16 | 150.48 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 198 | 0.75 | 0 | 0.03 | 0.20 | 177.27 | 0.61 | 0.5 |
| Hex | 33 | CD | C6 | 4B | 0 | 3 | 14 | B1 | 3D | 32 |
| Octal | 63 | 315 | 306 | 113 | 0 | 3 | 24 | 261 | 75 | 62 |
| Binary | 110011 | 11001101 | 11000110 | 1001011 | 0 | 11 | 10100 | 10110001 | 111101 | 110010 |
Color Harmonies of #33CDC6
Complementary color
Monochromatic Colors of #33CDC6
Black with #33CDC6
Text Example
Text Example
White with #33CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CDC6; }
p { color: rgb(51,205,198); }
H1.HeaderClassName
{
color: #33CDC6;
}
.AnyTagClassName
{
color: #33CDC6;
}
</style>
background-color css
<style>
a { background-color: #33CDC6; }
a { background-color: rgb(51,205,198); }
div.DivClassName
{
background-color: #33CDC6;
}
.BgClassName
{
background-color: #33CDC6;
}
</style>
border-color css
<style>
span { border-color: #33CDC6; }
span { border-color: rgb(51,205,198); }
td.TdClassName
{
border-color: #33CDC6;
}
.TagClassName
{
border-color: #33CDC6;
}
</style>