Shades of Turquoise #33DFBE
Tints of Turquoise #33DFBE
RGB
CMYK
RGB Variations
Color information
#33DFBE (or 0x33DFBE) is known color: Turquoise. HEX triplet: 33, DF and BE. RGB value is (51,223,190). Sum of RGB (Red+Green+Blue) = 51+223+190=464 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.99% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFBE is #CC2041. Grayscale: #A7A7A7. Windows color (decimal): -13377602 or 12508979. OLE color: 12508979.
HSL color Cylindrical-coordinate representation of color #33DFBE: hue angle of 168.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DFBE is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 190 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.13 |
| HSL | 168.49º | 0.73% | 0.54% | - |
| HSV(B) | 168.49º | 0.77% | 0.87% | - |
| XYZ | 37.05 | 57.2 | 57.8 | - |
| YUV | 167.81 | 140.52 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 190 | 0.77 | 0 | 0.15 | 0.13 | 168.49 | 0.73 | 0.54 |
| Hex | 33 | DF | BE | 4D | 0 | F | D | A8 | 49 | 36 |
| Octal | 63 | 337 | 276 | 115 | 0 | 17 | 15 | 250 | 111 | 66 |
| Binary | 110011 | 11011111 | 10111110 | 1001101 | 0 | 1111 | 1101 | 10101000 | 1001001 | 110110 |
Color Harmonies of #33DFBE
Complementary color
Monochromatic Colors of #33DFBE
Black with #33DFBE
Text Example
Text Example
White with #33DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFBE; }
p { color: rgb(51,223,190); }
H1.HeaderClassName
{
color: #33DFBE;
}
.AnyTagClassName
{
color: #33DFBE;
}
</style>
background-color css
<style>
a { background-color: #33DFBE; }
a { background-color: rgb(51,223,190); }
div.DivClassName
{
background-color: #33DFBE;
}
.BgClassName
{
background-color: #33DFBE;
}
</style>
border-color css
<style>
span { border-color: #33DFBE; }
span { border-color: rgb(51,223,190); }
td.TdClassName
{
border-color: #33DFBE;
}
.TagClassName
{
border-color: #33DFBE;
}
</style>