Shades of Turquoise #33FDB7
Tints of Turquoise #33FDB7
RGB
CMYK
RGB Variations
Color information
#33FDB7 (or 0x33FDB7) is known color: Turquoise. HEX triplet: 33, FD and B7. RGB value is (51,253,183). Sum of RGB (Red+Green+Blue) = 51+253+183=487 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.47% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDB7 is #CC0248. Grayscale: #B8B8B8. Windows color (decimal): -13369929 or 12057907. OLE color: 12057907.
HSL color Cylindrical-coordinate representation of color #33FDB7: hue angle of 159.21º 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 #33FDB7 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 183 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.01 |
| HSL | 159.21º | 0.98% | 0.6% | - |
| HSV(B) | 159.21º | 0.8% | 0.99% | - |
| XYZ | 45.04 | 74.37 | 56.78 | - |
| YUV | 184.62 | 127.08 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 183 | 0.80 | 0 | 0.28 | 0.01 | 159.21 | 0.98 | 0.6 |
| Hex | 33 | FD | B7 | 50 | 0 | 1C | 1 | 9F | 62 | 3C |
| Octal | 63 | 375 | 267 | 120 | 0 | 34 | 1 | 237 | 142 | 74 |
| Binary | 110011 | 11111101 | 10110111 | 1010000 | 0 | 11100 | 1 | 10011111 | 1100010 | 111100 |
Color Harmonies of #33FDB7
Complementary color
Monochromatic Colors of #33FDB7
Black with #33FDB7
Text Example
Text Example
White with #33FDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDB7; }
p { color: rgb(51,253,183); }
H1.HeaderClassName
{
color: #33FDB7;
}
.AnyTagClassName
{
color: #33FDB7;
}
</style>
background-color css
<style>
a { background-color: #33FDB7; }
a { background-color: rgb(51,253,183); }
div.DivClassName
{
background-color: #33FDB7;
}
.BgClassName
{
background-color: #33FDB7;
}
</style>
border-color css
<style>
span { border-color: #33FDB7; }
span { border-color: rgb(51,253,183); }
td.TdClassName
{
border-color: #33FDB7;
}
.TagClassName
{
border-color: #33FDB7;
}
</style>