Shades of Turquoise #33D4CB
Tints of Turquoise #33D4CB
RGB
CMYK
RGB Variations
Color information
#33D4CB (or 0x33D4CB) is known color: Turquoise. HEX triplet: 33, D4 and CB. RGB value is (51,212,203). Sum of RGB (Red+Green+Blue) = 51+212+203=466 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.94% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #33D4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D4CB is #CC2B34. Grayscale: #A2A2A2. Windows color (decimal): -13380405 or 13358131. OLE color: 13358131.
HSL color Cylindrical-coordinate representation of color #33D4CB: hue angle of 176.65º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D4CB is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 212 | 203 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.17 |
| HSL | 176.65º | 0.65% | 0.52% | - |
| HSV(B) | 176.65º | 0.76% | 0.83% | - |
| XYZ | 35.69 | 52.1 | 64.68 | - |
| YUV | 162.84 | 150.66 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 212 | 203 | 0.76 | 0 | 0.04 | 0.17 | 176.65 | 0.65 | 0.52 |
| Hex | 33 | D4 | CB | 4C | 0 | 4 | 11 | B1 | 41 | 34 |
| Octal | 63 | 324 | 313 | 114 | 0 | 4 | 21 | 261 | 101 | 64 |
| Binary | 110011 | 11010100 | 11001011 | 1001100 | 0 | 100 | 10001 | 10110001 | 1000001 | 110100 |
Color Harmonies of #33D4CB
Complementary color
Monochromatic Colors of #33D4CB
Black with #33D4CB
Text Example
Text Example
White with #33D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D4CB; }
p { color: rgb(51,212,203); }
H1.HeaderClassName
{
color: #33D4CB;
}
.AnyTagClassName
{
color: #33D4CB;
}
</style>
background-color css
<style>
a { background-color: #33D4CB; }
a { background-color: rgb(51,212,203); }
div.DivClassName
{
background-color: #33D4CB;
}
.BgClassName
{
background-color: #33D4CB;
}
</style>
border-color css
<style>
span { border-color: #33D4CB; }
span { border-color: rgb(51,212,203); }
td.TdClassName
{
border-color: #33D4CB;
}
.TagClassName
{
border-color: #33D4CB;
}
</style>