Shades of Turquoise #33F3D9
Tints of Turquoise #33F3D9
RGB
CMYK
RGB Variations
Color information
#33F3D9 (or 0x33F3D9) is known color: Turquoise. HEX triplet: 33, F3 and D9. RGB value is (51,243,217). Sum of RGB (Red+Green+Blue) = 51+243+217=511 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.98% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #33F3D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F3D9 is #CC0C26. Grayscale: #B6B6B6. Windows color (decimal): -13372455 or 14283571. OLE color: 14283571.
HSL color Cylindrical-coordinate representation of color #33F3D9: hue angle of 171.88º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F3D9 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 243 | 217 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.05 |
| HSL | 171.88º | 0.89% | 0.58% | - |
| HSV(B) | 171.88º | 0.79% | 0.95% | - |
| XYZ | 45.94 | 69.81 | 76.7 | - |
| YUV | 182.63 | 147.39 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 243 | 217 | 0.79 | 0 | 0.11 | 0.05 | 171.88 | 0.89 | 0.58 |
| Hex | 33 | F3 | D9 | 4F | 0 | B | 5 | AC | 59 | 3A |
| Octal | 63 | 363 | 331 | 117 | 0 | 13 | 5 | 254 | 131 | 72 |
| Binary | 110011 | 11110011 | 11011001 | 1001111 | 0 | 1011 | 101 | 10101100 | 1011001 | 111010 |
Color Harmonies of #33F3D9
Complementary color
Monochromatic Colors of #33F3D9
Black with #33F3D9
Text Example
Text Example
White with #33F3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F3D9; }
p { color: rgb(51,243,217); }
H1.HeaderClassName
{
color: #33F3D9;
}
.AnyTagClassName
{
color: #33F3D9;
}
</style>
background-color css
<style>
a { background-color: #33F3D9; }
a { background-color: rgb(51,243,217); }
div.DivClassName
{
background-color: #33F3D9;
}
.BgClassName
{
background-color: #33F3D9;
}
</style>
border-color css
<style>
span { border-color: #33F3D9; }
span { border-color: rgb(51,243,217); }
td.TdClassName
{
border-color: #33F3D9;
}
.TagClassName
{
border-color: #33F3D9;
}
</style>