Shades of Turquoise #33FDB4
Tints of Turquoise #33FDB4
RGB
CMYK
RGB Variations
Color information
#33FDB4 (or 0x33FDB4) is known color: Turquoise. HEX triplet: 33, FD and B4. RGB value is (51,253,180). Sum of RGB (Red+Green+Blue) = 51+253+180=484 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.54% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDB4 is #CC024B. Grayscale: #B8B8B8. Windows color (decimal): -13369932 or 11861299. OLE color: 11861299.
HSL color Cylindrical-coordinate representation of color #33FDB4: hue angle of 158.32º 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 #33FDB4 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 253 | 180 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.01 |
| HSL | 158.32º | 0.98% | 0.6% | - |
| HSV(B) | 158.32º | 0.8% | 0.99% | - |
| XYZ | 44.73 | 74.25 | 55.15 | - |
| YUV | 184.28 | 125.58 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 253 | 180 | 0.80 | 0 | 0.29 | 0.01 | 158.32 | 0.98 | 0.6 |
| Hex | 33 | FD | B4 | 50 | 0 | 1D | 1 | 9E | 62 | 3C |
| Octal | 63 | 375 | 264 | 120 | 0 | 35 | 1 | 236 | 142 | 74 |
| Binary | 110011 | 11111101 | 10110100 | 1010000 | 0 | 11101 | 1 | 10011110 | 1100010 | 111100 |
Color Harmonies of #33FDB4
Complementary color
Monochromatic Colors of #33FDB4
Black with #33FDB4
Text Example
Text Example
White with #33FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FDB4; }
p { color: rgb(51,253,180); }
H1.HeaderClassName
{
color: #33FDB4;
}
.AnyTagClassName
{
color: #33FDB4;
}
</style>
background-color css
<style>
a { background-color: #33FDB4; }
a { background-color: rgb(51,253,180); }
div.DivClassName
{
background-color: #33FDB4;
}
.BgClassName
{
background-color: #33FDB4;
}
</style>
border-color css
<style>
span { border-color: #33FDB4; }
span { border-color: rgb(51,253,180); }
td.TdClassName
{
border-color: #33FDB4;
}
.TagClassName
{
border-color: #33FDB4;
}
</style>