Shades of Medium Turquoise #33CFCB
Tints of Medium Turquoise #33CFCB
RGB
CMYK
RGB Variations
Color information
#33CFCB (or 0x33CFCB) is known color: Medium Turquoise. HEX triplet: 33, CF and CB. RGB value is (51,207,203). Sum of RGB (Red+Green+Blue) = 51+207+203=461 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.06% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFCB is #CC3034. Grayscale: #9F9F9F. Windows color (decimal): -13381685 or 13356851. OLE color: 13356851.
HSL color Cylindrical-coordinate representation of color #33CFCB: hue angle of 178.46º 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 #33CFCB is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 203 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.19 |
| HSL | 178.46º | 0.62% | 0.51% | - |
| HSV(B) | 178.46º | 0.75% | 0.81% | - |
| XYZ | 34.46 | 49.64 | 64.27 | - |
| YUV | 159.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 203 | 0.75 | 0 | 0.02 | 0.19 | 178.46 | 0.62 | 0.51 |
| Hex | 33 | CF | CB | 4B | 0 | 2 | 13 | B2 | 3E | 33 |
| Octal | 63 | 317 | 313 | 113 | 0 | 2 | 23 | 262 | 76 | 63 |
| Binary | 110011 | 11001111 | 11001011 | 1001011 | 0 | 10 | 10011 | 10110010 | 111110 | 110011 |
Color Harmonies of #33CFCB
Complementary color
Monochromatic Colors of #33CFCB
Black with #33CFCB
Text Example
Text Example
White with #33CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CFCB; }
p { color: rgb(51,207,203); }
H1.HeaderClassName
{
color: #33CFCB;
}
.AnyTagClassName
{
color: #33CFCB;
}
</style>
background-color css
<style>
a { background-color: #33CFCB; }
a { background-color: rgb(51,207,203); }
div.DivClassName
{
background-color: #33CFCB;
}
.BgClassName
{
background-color: #33CFCB;
}
</style>
border-color css
<style>
span { border-color: #33CFCB; }
span { border-color: rgb(51,207,203); }
td.TdClassName
{
border-color: #33CFCB;
}
.TagClassName
{
border-color: #33CFCB;
}
</style>