Shades of Medium Turquoise #33CEB7
Tints of Medium Turquoise #33CEB7
RGB
CMYK
RGB Variations
Color information
#33CEB7 (or 0x33CEB7) is known color: Medium Turquoise. HEX triplet: 33, CE and B7. RGB value is (51,206,183). Sum of RGB (Red+Green+Blue) = 51+206+183=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #33CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEB7 is #CC3148. Grayscale: #9C9C9C. Windows color (decimal): -13381961 or 12045875. OLE color: 12045875.
HSL color Cylindrical-coordinate representation of color #33CEB7: hue angle of 171.1º 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 #33CEB7 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 183 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.19 |
| HSL | 171.1º | 0.61% | 0.5% | - |
| HSV(B) | 171.1º | 0.75% | 0.81% | - |
| XYZ | 31.98 | 48.27 | 52.43 | - |
| YUV | 157.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 183 | 0.75 | 0 | 0.11 | 0.19 | 171.1 | 0.61 | 0.5 |
| Hex | 33 | CE | B7 | 4B | 0 | B | 13 | AB | 3D | 32 |
| Octal | 63 | 316 | 267 | 113 | 0 | 13 | 23 | 253 | 75 | 62 |
| Binary | 110011 | 11001110 | 10110111 | 1001011 | 0 | 1011 | 10011 | 10101011 | 111101 | 110010 |
Color Harmonies of #33CEB7
Complementary color
Monochromatic Colors of #33CEB7
Black with #33CEB7
Text Example
Text Example
White with #33CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEB7; }
p { color: rgb(51,206,183); }
H1.HeaderClassName
{
color: #33CEB7;
}
.AnyTagClassName
{
color: #33CEB7;
}
</style>
background-color css
<style>
a { background-color: #33CEB7; }
a { background-color: rgb(51,206,183); }
div.DivClassName
{
background-color: #33CEB7;
}
.BgClassName
{
background-color: #33CEB7;
}
</style>
border-color css
<style>
span { border-color: #33CEB7; }
span { border-color: rgb(51,206,183); }
td.TdClassName
{
border-color: #33CEB7;
}
.TagClassName
{
border-color: #33CEB7;
}
</style>