Shades of Medium Turquoise #33CFC9
Tints of Medium Turquoise #33CFC9
RGB
CMYK
RGB Variations
Color information
#33CFC9 (or 0x33CFC9) is known color: Medium Turquoise. HEX triplet: 33, CF and C9. RGB value is (51,207,201). Sum of RGB (Red+Green+Blue) = 51+207+201=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFC9 is #CC3036. Grayscale: #9F9F9F. Windows color (decimal): -13381687 or 13225779. OLE color: 13225779.
HSL color Cylindrical-coordinate representation of color #33CFC9: hue angle of 177.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CFC9 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 201 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.19 |
| HSL | 177.69º | 0.62% | 0.51% | - |
| HSV(B) | 177.69º | 0.75% | 0.81% | - |
| XYZ | 34.22 | 49.55 | 63.02 | - |
| YUV | 159.67 | 151.32 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 201 | 0.75 | 0 | 0.03 | 0.19 | 177.69 | 0.62 | 0.51 |
| Hex | 33 | CF | C9 | 4B | 0 | 3 | 13 | B2 | 3E | 33 |
| Octal | 63 | 317 | 311 | 113 | 0 | 3 | 23 | 262 | 76 | 63 |
| Binary | 110011 | 11001111 | 11001001 | 1001011 | 0 | 11 | 10011 | 10110010 | 111110 | 110011 |
Color Harmonies of #33CFC9
Complementary color
Monochromatic Colors of #33CFC9
Black with #33CFC9
Text Example
Text Example
White with #33CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CFC9; }
p { color: rgb(51,207,201); }
H1.HeaderClassName
{
color: #33CFC9;
}
.AnyTagClassName
{
color: #33CFC9;
}
</style>
background-color css
<style>
a { background-color: #33CFC9; }
a { background-color: rgb(51,207,201); }
div.DivClassName
{
background-color: #33CFC9;
}
.BgClassName
{
background-color: #33CFC9;
}
</style>
border-color css
<style>
span { border-color: #33CFC9; }
span { border-color: rgb(51,207,201); }
td.TdClassName
{
border-color: #33CFC9;
}
.TagClassName
{
border-color: #33CFC9;
}
</style>