Shades of Medium Turquoise #33C7CE
Tints of Medium Turquoise #33C7CE
RGB
CMYK
RGB Variations
Color information
#33C7CE (or 0x33C7CE) is known color: Medium Turquoise. HEX triplet: 33, C7 and CE. RGB value is (51,199,206). Sum of RGB (Red+Green+Blue) = 51+199+206=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #33C7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C7CE is #CC3831. Grayscale: #9B9B9B. Windows color (decimal): -13383730 or 13551411. OLE color: 13551411.
HSL color Cylindrical-coordinate representation of color #33C7CE: hue angle of 182.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C7CE is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 199 | 206 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.19 |
| HSL | 182.71º | 0.61% | 0.5% | - |
| HSV(B) | 182.71º | 0.75% | 0.81% | - |
| XYZ | 32.93 | 46.01 | 65.54 | - |
| YUV | 155.55 | 156.47 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 199 | 206 | 0.75 | 0.03 | 0 | 0.19 | 182.71 | 0.61 | 0.5 |
| Hex | 33 | C7 | CE | 4B | 3 | 0 | 13 | B7 | 3D | 32 |
| Octal | 63 | 307 | 316 | 113 | 3 | 0 | 23 | 267 | 75 | 62 |
| Binary | 110011 | 11000111 | 11001110 | 1001011 | 11 | 0 | 10011 | 10110111 | 111101 | 110010 |
Color Harmonies of #33C7CE
Complementary color
Monochromatic Colors of #33C7CE
Black with #33C7CE
Text Example
Text Example
White with #33C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C7CE; }
p { color: rgb(51,199,206); }
H1.HeaderClassName
{
color: #33C7CE;
}
.AnyTagClassName
{
color: #33C7CE;
}
</style>
background-color css
<style>
a { background-color: #33C7CE; }
a { background-color: rgb(51,199,206); }
div.DivClassName
{
background-color: #33C7CE;
}
.BgClassName
{
background-color: #33C7CE;
}
</style>
border-color css
<style>
span { border-color: #33C7CE; }
span { border-color: rgb(51,199,206); }
td.TdClassName
{
border-color: #33C7CE;
}
.TagClassName
{
border-color: #33C7CE;
}
</style>