Shades of Medium Turquoise #33C2BD
Tints of Medium Turquoise #33C2BD
RGB
CMYK
RGB Variations
Color information
#33C2BD (or 0x33C2BD) is known color: Medium Turquoise. HEX triplet: 33, C2 and BD. RGB value is (51,194,189). Sum of RGB (Red+Green+Blue) = 51+194+189=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #33C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C2BD is #CC3D42. Grayscale: #969696. Windows color (decimal): -13385027 or 12436019. OLE color: 12436019.
HSL color Cylindrical-coordinate representation of color #33C2BD: hue angle of 177.9º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C2BD is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 189 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.24 |
| HSL | 177.9º | 0.58% | 0.48% | - |
| HSV(B) | 177.9º | 0.74% | 0.76% | - |
| XYZ | 29.84 | 42.96 | 54.86 | - |
| YUV | 150.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 189 | 0.74 | 0 | 0.03 | 0.24 | 177.9 | 0.58 | 0.48 |
| Hex | 33 | C2 | BD | 4A | 0 | 3 | 18 | B2 | 3A | 30 |
| Octal | 63 | 302 | 275 | 112 | 0 | 3 | 30 | 262 | 72 | 60 |
| Binary | 110011 | 11000010 | 10111101 | 1001010 | 0 | 11 | 11000 | 10110010 | 111010 | 110000 |
Color Harmonies of #33C2BD
Complementary color
Monochromatic Colors of #33C2BD
Black with #33C2BD
Text Example
Text Example
White with #33C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C2BD; }
p { color: rgb(51,194,189); }
H1.HeaderClassName
{
color: #33C2BD;
}
.AnyTagClassName
{
color: #33C2BD;
}
</style>
background-color css
<style>
a { background-color: #33C2BD; }
a { background-color: rgb(51,194,189); }
div.DivClassName
{
background-color: #33C2BD;
}
.BgClassName
{
background-color: #33C2BD;
}
</style>
border-color css
<style>
span { border-color: #33C2BD; }
span { border-color: rgb(51,194,189); }
td.TdClassName
{
border-color: #33C2BD;
}
.TagClassName
{
border-color: #33C2BD;
}
</style>