Shades of Turquoise #33FEF1
Tints of Turquoise #33FEF1
RGB
CMYK
RGB Variations
Color information
#33FEF1 (or 0x33FEF1) is known color: Turquoise. HEX triplet: 33, FE and F1. RGB value is (51,254,241). Sum of RGB (Red+Green+Blue) = 51+254+241=546 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.34% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FEF1 is #CC010E. Grayscale: #BFBFBF. Windows color (decimal): -13369615 or 15859251. OLE color: 15859251.
HSL color Cylindrical-coordinate representation of color #33FEF1: hue angle of 176.16º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FEF1 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 241 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.00 |
| HSL | 176.16º | 0.99% | 0.6% | - |
| HSV(B) | 176.16º | 0.8% | 1% | - |
| XYZ | 52.68 | 77.94 | 95.49 | - |
| YUV | 191.82 | 155.75 | 27.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 241 | 0.80 | 0 | 0.05 | 0.00 | 176.16 | 0.99 | 0.6 |
| Hex | 33 | FE | F1 | 50 | 0 | 5 | 0 | B0 | 63 | 3C |
| Octal | 63 | 376 | 361 | 120 | 0 | 5 | 0 | 260 | 143 | 74 |
| Binary | 110011 | 11111110 | 11110001 | 1010000 | 0 | 101 | 0 | 10110000 | 1100011 | 111100 |
Color Harmonies of #33FEF1
Complementary color
Monochromatic Colors of #33FEF1
Black with #33FEF1
Text Example
Text Example
White with #33FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEF1; }
p { color: rgb(51,254,241); }
H1.HeaderClassName
{
color: #33FEF1;
}
.AnyTagClassName
{
color: #33FEF1;
}
</style>
background-color css
<style>
a { background-color: #33FEF1; }
a { background-color: rgb(51,254,241); }
div.DivClassName
{
background-color: #33FEF1;
}
.BgClassName
{
background-color: #33FEF1;
}
</style>
border-color css
<style>
span { border-color: #33FEF1; }
span { border-color: rgb(51,254,241); }
td.TdClassName
{
border-color: #33FEF1;
}
.TagClassName
{
border-color: #33FEF1;
}
</style>