Shades of Turquoise #33F6D3
Tints of Turquoise #33F6D3
RGB
CMYK
RGB Variations
Color information
#33F6D3 (or 0x33F6D3) is known color: Turquoise. HEX triplet: 33, F6 and D3. RGB value is (51,246,211). Sum of RGB (Red+Green+Blue) = 51+246+211=508 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.04% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #33F6D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F6D3 is #CC092C. Grayscale: #B7B7B7. Windows color (decimal): -13371693 or 13891123. OLE color: 13891123.
HSL color Cylindrical-coordinate representation of color #33F6D3: hue angle of 169.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F6D3 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 246 | 211 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.04 |
| HSL | 169.23º | 0.92% | 0.58% | - |
| HSV(B) | 169.23º | 0.79% | 0.96% | - |
| XYZ | 46.08 | 71.32 | 72.97 | - |
| YUV | 183.71 | 143.4 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 246 | 211 | 0.79 | 0 | 0.14 | 0.04 | 169.23 | 0.92 | 0.58 |
| Hex | 33 | F6 | D3 | 4F | 0 | E | 4 | A9 | 5C | 3A |
| Octal | 63 | 366 | 323 | 117 | 0 | 16 | 4 | 251 | 134 | 72 |
| Binary | 110011 | 11110110 | 11010011 | 1001111 | 0 | 1110 | 100 | 10101001 | 1011100 | 111010 |
Color Harmonies of #33F6D3
Complementary color
Monochromatic Colors of #33F6D3
Black with #33F6D3
Text Example
Text Example
White with #33F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F6D3; }
p { color: rgb(51,246,211); }
H1.HeaderClassName
{
color: #33F6D3;
}
.AnyTagClassName
{
color: #33F6D3;
}
</style>
background-color css
<style>
a { background-color: #33F6D3; }
a { background-color: rgb(51,246,211); }
div.DivClassName
{
background-color: #33F6D3;
}
.BgClassName
{
background-color: #33F6D3;
}
</style>
border-color css
<style>
span { border-color: #33F6D3; }
span { border-color: rgb(51,246,211); }
td.TdClassName
{
border-color: #33F6D3;
}
.TagClassName
{
border-color: #33F6D3;
}
</style>