Shades of Medium Turquoise #33C2CD
Tints of Medium Turquoise #33C2CD
RGB
CMYK
RGB Variations
Color information
#33C2CD (or 0x33C2CD) is known color: Medium Turquoise. HEX triplet: 33, C2 and CD. RGB value is (51,194,205). Sum of RGB (Red+Green+Blue) = 51+194+205=450 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.33% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #33C2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C2CD is #CC3D32. Grayscale: #989898. Windows color (decimal): -13385011 or 13484595. OLE color: 13484595.
HSL color Cylindrical-coordinate representation of color #33C2CD: hue angle of 184.29º 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 #33C2CD is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 194 | 205 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.20 |
| HSL | 184.29º | 0.61% | 0.5% | - |
| HSV(B) | 184.29º | 0.75% | 0.8% | - |
| XYZ | 31.68 | 43.7 | 64.52 | - |
| YUV | 152.5 | 157.62 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 205 | 0.75 | 0.05 | 0 | 0.20 | 184.29 | 0.61 | 0.5 |
| Hex | 33 | C2 | CD | 4B | 5 | 0 | 14 | B8 | 3D | 32 |
| Octal | 63 | 302 | 315 | 113 | 5 | 0 | 24 | 270 | 75 | 62 |
| Binary | 110011 | 11000010 | 11001101 | 1001011 | 101 | 0 | 10100 | 10111000 | 111101 | 110010 |
Color Harmonies of #33C2CD
Complementary color
Monochromatic Colors of #33C2CD
Black with #33C2CD
Text Example
Text Example
White with #33C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C2CD; }
p { color: rgb(51,194,205); }
H1.HeaderClassName
{
color: #33C2CD;
}
.AnyTagClassName
{
color: #33C2CD;
}
</style>
background-color css
<style>
a { background-color: #33C2CD; }
a { background-color: rgb(51,194,205); }
div.DivClassName
{
background-color: #33C2CD;
}
.BgClassName
{
background-color: #33C2CD;
}
</style>
border-color css
<style>
span { border-color: #33C2CD; }
span { border-color: rgb(51,194,205); }
td.TdClassName
{
border-color: #33C2CD;
}
.TagClassName
{
border-color: #33C2CD;
}
</style>