Shades of Medium Turquoise #33CBBD
Tints of Medium Turquoise #33CBBD
RGB
CMYK
RGB Variations
Color information
#33CBBD (or 0x33CBBD) is known color: Medium Turquoise. HEX triplet: 33, CB and BD. RGB value is (51,203,189). Sum of RGB (Red+Green+Blue) = 51+203+189=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBBD is #CC3442. Grayscale: #9B9B9B. Windows color (decimal): -13382723 or 12438323. OLE color: 12438323.
HSL color Cylindrical-coordinate representation of color #33CBBD: hue angle of 174.47º 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 #33CBBD is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 189 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.20 |
| HSL | 174.47º | 0.6% | 0.5% | - |
| HSV(B) | 174.47º | 0.75% | 0.8% | - |
| XYZ | 31.91 | 47.09 | 55.55 | - |
| YUV | 155.96 | 146.64 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 189 | 0.75 | 0 | 0.07 | 0.20 | 174.47 | 0.6 | 0.5 |
| Hex | 33 | CB | BD | 4B | 0 | 7 | 14 | AE | 3C | 32 |
| Octal | 63 | 313 | 275 | 113 | 0 | 7 | 24 | 256 | 74 | 62 |
| Binary | 110011 | 11001011 | 10111101 | 1001011 | 0 | 111 | 10100 | 10101110 | 111100 | 110010 |
Color Harmonies of #33CBBD
Complementary color
Monochromatic Colors of #33CBBD
Black with #33CBBD
Text Example
Text Example
White with #33CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBBD; }
p { color: rgb(51,203,189); }
H1.HeaderClassName
{
color: #33CBBD;
}
.AnyTagClassName
{
color: #33CBBD;
}
</style>
background-color css
<style>
a { background-color: #33CBBD; }
a { background-color: rgb(51,203,189); }
div.DivClassName
{
background-color: #33CBBD;
}
.BgClassName
{
background-color: #33CBBD;
}
</style>
border-color css
<style>
span { border-color: #33CBBD; }
span { border-color: rgb(51,203,189); }
td.TdClassName
{
border-color: #33CBBD;
}
.TagClassName
{
border-color: #33CBBD;
}
</style>