Shades of Turquoise #33FDB0
Tints of Turquoise #33FDB0
RGB
CMYK
RGB Variations
Color information
#33FDB0 (or 0x33FDB0) is known color: Turquoise. HEX triplet: 33, FD and B0. RGB value is (51,253,176). Sum of RGB (Red+Green+Blue) = 51+253+176=480 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.62% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FDB0 is #CC024F. Grayscale: #B7B7B7. Windows color (decimal): -13369936 or 11599155. OLE color: 11599155.
HSL color Cylindrical-coordinate representation of color #33FDB0: hue angle of 157.13º 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 #33FDB0 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 176 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.01 |
| HSL | 157.13º | 0.98% | 0.6% | - |
| HSV(B) | 157.13º | 0.8% | 0.99% | - |
| XYZ | 44.33 | 74.09 | 53.04 | - |
| YUV | 183.82 | 123.58 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 176 | 0.80 | 0 | 0.30 | 0.01 | 157.13 | 0.98 | 0.6 |
| Hex | 33 | FD | B0 | 50 | 0 | 1E | 1 | 9D | 62 | 3C |
| Octal | 63 | 375 | 260 | 120 | 0 | 36 | 1 | 235 | 142 | 74 |
| Binary | 110011 | 11111101 | 10110000 | 1010000 | 0 | 11110 | 1 | 10011101 | 1100010 | 111100 |
Color Harmonies of #33FDB0
Complementary color
Monochromatic Colors of #33FDB0
Black with #33FDB0
Text Example
Text Example
White with #33FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDB0; }
p { color: rgb(51,253,176); }
H1.HeaderClassName
{
color: #33FDB0;
}
.AnyTagClassName
{
color: #33FDB0;
}
</style>
background-color css
<style>
a { background-color: #33FDB0; }
a { background-color: rgb(51,253,176); }
div.DivClassName
{
background-color: #33FDB0;
}
.BgClassName
{
background-color: #33FDB0;
}
</style>
border-color css
<style>
span { border-color: #33FDB0; }
span { border-color: rgb(51,253,176); }
td.TdClassName
{
border-color: #33FDB0;
}
.TagClassName
{
border-color: #33FDB0;
}
</style>