Shades of Medium Turquoise #33CFBE
Tints of Medium Turquoise #33CFBE
RGB
CMYK
RGB Variations
Color information
#33CFBE (or 0x33CFBE) is known color: Medium Turquoise. HEX triplet: 33, CF and BE. RGB value is (51,207,190). Sum of RGB (Red+Green+Blue) = 51+207+190=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFBE is #CC3041. Grayscale: #9E9E9E. Windows color (decimal): -13381698 or 12504883. OLE color: 12504883.
HSL color Cylindrical-coordinate representation of color #33CFBE: hue angle of 173.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 #33CFBE is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 190 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.19 |
| HSL | 173.46º | 0.62% | 0.51% | - |
| HSV(B) | 173.46º | 0.75% | 0.81% | - |
| XYZ | 32.97 | 49.05 | 56.44 | - |
| YUV | 158.42 | 145.82 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 190 | 0.75 | 0 | 0.08 | 0.19 | 173.46 | 0.62 | 0.51 |
| Hex | 33 | CF | BE | 4B | 0 | 8 | 13 | AD | 3E | 33 |
| Octal | 63 | 317 | 276 | 113 | 0 | 10 | 23 | 255 | 76 | 63 |
| Binary | 110011 | 11001111 | 10111110 | 1001011 | 0 | 1000 | 10011 | 10101101 | 111110 | 110011 |
Color Harmonies of #33CFBE
Complementary color
Monochromatic Colors of #33CFBE
Black with #33CFBE
Text Example
Text Example
White with #33CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CFBE; }
p { color: rgb(51,207,190); }
H1.HeaderClassName
{
color: #33CFBE;
}
.AnyTagClassName
{
color: #33CFBE;
}
</style>
background-color css
<style>
a { background-color: #33CFBE; }
a { background-color: rgb(51,207,190); }
div.DivClassName
{
background-color: #33CFBE;
}
.BgClassName
{
background-color: #33CFBE;
}
</style>
border-color css
<style>
span { border-color: #33CFBE; }
span { border-color: rgb(51,207,190); }
td.TdClassName
{
border-color: #33CFBE;
}
.TagClassName
{
border-color: #33CFBE;
}
</style>