Shades of Turquoise #33F1E8
Tints of Turquoise #33F1E8
RGB
CMYK
RGB Variations
Color information
#33F1E8 (or 0x33F1E8) is known color: Turquoise. HEX triplet: 33, F1 and E8. RGB value is (51,241,232). Sum of RGB (Red+Green+Blue) = 51+241+232=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #33F1E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F1E8 is #CC0E17. Grayscale: #B7B7B7. Windows color (decimal): -13372952 or 15266099. OLE color: 15266099.
HSL color Cylindrical-coordinate representation of color #33F1E8: hue angle of 177.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F1E8 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 241 | 232 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.05 |
| HSL | 177.16º | 0.87% | 0.57% | - |
| HSV(B) | 177.16º | 0.79% | 0.95% | - |
| XYZ | 47.39 | 69.44 | 87.25 | - |
| YUV | 183.16 | 155.55 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 241 | 232 | 0.79 | 0 | 0.04 | 0.05 | 177.16 | 0.87 | 0.57 |
| Hex | 33 | F1 | E8 | 4F | 0 | 4 | 5 | B1 | 57 | 39 |
| Octal | 63 | 361 | 350 | 117 | 0 | 4 | 5 | 261 | 127 | 71 |
| Binary | 110011 | 11110001 | 11101000 | 1001111 | 0 | 100 | 101 | 10110001 | 1010111 | 111001 |
Color Harmonies of #33F1E8
Complementary color
Monochromatic Colors of #33F1E8
Black with #33F1E8
Text Example
Text Example
White with #33F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F1E8; }
p { color: rgb(51,241,232); }
H1.HeaderClassName
{
color: #33F1E8;
}
.AnyTagClassName
{
color: #33F1E8;
}
</style>
background-color css
<style>
a { background-color: #33F1E8; }
a { background-color: rgb(51,241,232); }
div.DivClassName
{
background-color: #33F1E8;
}
.BgClassName
{
background-color: #33F1E8;
}
</style>
border-color css
<style>
span { border-color: #33F1E8; }
span { border-color: rgb(51,241,232); }
td.TdClassName
{
border-color: #33F1E8;
}
.TagClassName
{
border-color: #33F1E8;
}
</style>