Shades of Medium Turquoise #33CFC4
Tints of Medium Turquoise #33CFC4
RGB
CMYK
RGB Variations
Color information
#33CFC4 (or 0x33CFC4) is known color: Medium Turquoise. HEX triplet: 33, CF and C4. RGB value is (51,207,196). Sum of RGB (Red+Green+Blue) = 51+207+196=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFC4 is #CC303B. Grayscale: #9E9E9E. Windows color (decimal): -13381692 or 12898099. OLE color: 12898099.
HSL color Cylindrical-coordinate representation of color #33CFC4: hue angle of 175.77º 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 #33CFC4 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 196 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.19 |
| HSL | 175.77º | 0.62% | 0.51% | - |
| HSV(B) | 175.77º | 0.75% | 0.81% | - |
| XYZ | 33.64 | 49.31 | 59.97 | - |
| YUV | 159.1 | 148.82 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 196 | 0.75 | 0 | 0.05 | 0.19 | 175.77 | 0.62 | 0.51 |
| Hex | 33 | CF | C4 | 4B | 0 | 5 | 13 | B0 | 3E | 33 |
| Octal | 63 | 317 | 304 | 113 | 0 | 5 | 23 | 260 | 76 | 63 |
| Binary | 110011 | 11001111 | 11000100 | 1001011 | 0 | 101 | 10011 | 10110000 | 111110 | 110011 |
Color Harmonies of #33CFC4
Complementary color
Monochromatic Colors of #33CFC4
Black with #33CFC4
Text Example
Text Example
White with #33CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CFC4; }
p { color: rgb(51,207,196); }
H1.HeaderClassName
{
color: #33CFC4;
}
.AnyTagClassName
{
color: #33CFC4;
}
</style>
background-color css
<style>
a { background-color: #33CFC4; }
a { background-color: rgb(51,207,196); }
div.DivClassName
{
background-color: #33CFC4;
}
.BgClassName
{
background-color: #33CFC4;
}
</style>
border-color css
<style>
span { border-color: #33CFC4; }
span { border-color: rgb(51,207,196); }
td.TdClassName
{
border-color: #33CFC4;
}
.TagClassName
{
border-color: #33CFC4;
}
</style>