Shades of Medium Turquoise #33CDDD
Tints of Medium Turquoise #33CDDD
RGB
CMYK
RGB Variations
Color information
#33CDDD (or 0x33CDDD) is known color: Medium Turquoise. HEX triplet: 33, CD and DD. RGB value is (51,205,221). Sum of RGB (Red+Green+Blue) = 51+205+221=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #33CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDDD is #CC3222. Grayscale: #A0A0A0. Windows color (decimal): -13382179 or 14535987. OLE color: 14535987.
HSL color Cylindrical-coordinate representation of color #33CDDD: hue angle of 185.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CDDD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 205 | 221 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.13 |
| HSL | 185.65º | 0.71% | 0.53% | - |
| HSV(B) | 185.65º | 0.77% | 0.87% | - |
| XYZ | 36.25 | 49.59 | 76.07 | - |
| YUV | 160.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 221 | 0.77 | 0.07 | 0 | 0.13 | 185.65 | 0.71 | 0.53 |
| Hex | 33 | CD | DD | 4D | 7 | 0 | D | BA | 47 | 35 |
| Octal | 63 | 315 | 335 | 115 | 7 | 0 | 15 | 272 | 107 | 65 |
| Binary | 110011 | 11001101 | 11011101 | 1001101 | 111 | 0 | 1101 | 10111010 | 1000111 | 110101 |
Color Harmonies of #33CDDD
Complementary color
Monochromatic Colors of #33CDDD
Black with #33CDDD
Text Example
Text Example
White with #33CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CDDD; }
p { color: rgb(51,205,221); }
H1.HeaderClassName
{
color: #33CDDD;
}
.AnyTagClassName
{
color: #33CDDD;
}
</style>
background-color css
<style>
a { background-color: #33CDDD; }
a { background-color: rgb(51,205,221); }
div.DivClassName
{
background-color: #33CDDD;
}
.BgClassName
{
background-color: #33CDDD;
}
</style>
border-color css
<style>
span { border-color: #33CDDD; }
span { border-color: rgb(51,205,221); }
td.TdClassName
{
border-color: #33CDDD;
}
.TagClassName
{
border-color: #33CDDD;
}
</style>