Shades of Medium Turquoise #33CBB8
Tints of Medium Turquoise #33CBB8
RGB
CMYK
RGB Variations
Color information
#33CBB8 (or 0x33CBB8) is known color: Medium Turquoise. HEX triplet: 33, CB and B8. RGB value is (51,203,184). Sum of RGB (Red+Green+Blue) = 51+203+184=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBB8 is #CC3447. Grayscale: #9B9B9B. Windows color (decimal): -13382728 or 12110643. OLE color: 12110643.
HSL color Cylindrical-coordinate representation of color #33CBB8: hue angle of 172.5º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CBB8 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 184 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.20 |
| HSL | 172.5º | 0.6% | 0.5% | - |
| HSV(B) | 172.5º | 0.75% | 0.8% | - |
| XYZ | 31.37 | 46.88 | 52.74 | - |
| YUV | 155.39 | 144.14 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 184 | 0.75 | 0 | 0.09 | 0.20 | 172.5 | 0.6 | 0.5 |
| Hex | 33 | CB | B8 | 4B | 0 | 9 | 14 | AC | 3C | 32 |
| Octal | 63 | 313 | 270 | 113 | 0 | 11 | 24 | 254 | 74 | 62 |
| Binary | 110011 | 11001011 | 10111000 | 1001011 | 0 | 1001 | 10100 | 10101100 | 111100 | 110010 |
Color Harmonies of #33CBB8
Complementary color
Monochromatic Colors of #33CBB8
Black with #33CBB8
Text Example
Text Example
White with #33CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBB8; }
p { color: rgb(51,203,184); }
H1.HeaderClassName
{
color: #33CBB8;
}
.AnyTagClassName
{
color: #33CBB8;
}
</style>
background-color css
<style>
a { background-color: #33CBB8; }
a { background-color: rgb(51,203,184); }
div.DivClassName
{
background-color: #33CBB8;
}
.BgClassName
{
background-color: #33CBB8;
}
</style>
border-color css
<style>
span { border-color: #33CBB8; }
span { border-color: rgb(51,203,184); }
td.TdClassName
{
border-color: #33CBB8;
}
.TagClassName
{
border-color: #33CBB8;
}
</style>