Shades of Turquoise #33FDB6
Tints of Turquoise #33FDB6
RGB
CMYK
RGB Variations
Color information
#33FDB6 (or 0x33FDB6) is known color: Turquoise. HEX triplet: 33, FD and B6. RGB value is (51,253,182). Sum of RGB (Red+Green+Blue) = 51+253+182=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDB6 is #CC0249. Grayscale: #B8B8B8. Windows color (decimal): -13369930 or 11992371. OLE color: 11992371.
HSL color Cylindrical-coordinate representation of color #33FDB6: hue angle of 158.91º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FDB6 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 182 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.01 |
| HSL | 158.91º | 0.98% | 0.6% | - |
| HSV(B) | 158.91º | 0.8% | 0.99% | - |
| XYZ | 44.93 | 74.33 | 56.24 | - |
| YUV | 184.51 | 126.58 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 182 | 0.80 | 0 | 0.28 | 0.01 | 158.91 | 0.98 | 0.6 |
| Hex | 33 | FD | B6 | 50 | 0 | 1C | 1 | 9F | 62 | 3C |
| Octal | 63 | 375 | 266 | 120 | 0 | 34 | 1 | 237 | 142 | 74 |
| Binary | 110011 | 11111101 | 10110110 | 1010000 | 0 | 11100 | 1 | 10011111 | 1100010 | 111100 |
Color Harmonies of #33FDB6
Complementary color
Monochromatic Colors of #33FDB6
Black with #33FDB6
Text Example
Text Example
White with #33FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDB6; }
p { color: rgb(51,253,182); }
H1.HeaderClassName
{
color: #33FDB6;
}
.AnyTagClassName
{
color: #33FDB6;
}
</style>
background-color css
<style>
a { background-color: #33FDB6; }
a { background-color: rgb(51,253,182); }
div.DivClassName
{
background-color: #33FDB6;
}
.BgClassName
{
background-color: #33FDB6;
}
</style>
border-color css
<style>
span { border-color: #33FDB6; }
span { border-color: rgb(51,253,182); }
td.TdClassName
{
border-color: #33FDB6;
}
.TagClassName
{
border-color: #33FDB6;
}
</style>