Shades of Turquoise #33E1FE
Tints of Turquoise #33E1FE
RGB
CMYK
RGB Variations
Color information
#33E1FE (or 0x33E1FE) is known color: Turquoise. HEX triplet: 33, E1 and FE. RGB value is (51,225,254). Sum of RGB (Red+Green+Blue) = 51+225+254=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #33E1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E1FE is #CC1E01. Grayscale: #AFAFAF. Windows color (decimal): -13377026 or 16703795. OLE color: 16703795.
HSL color Cylindrical-coordinate representation of color #33E1FE: hue angle of 188.57º 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 #33E1FE is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 225 | 254 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.00 |
| HSL | 188.57º | 0.99% | 0.6% | - |
| HSV(B) | 188.57º | 0.8% | 1% | - |
| XYZ | 46.18 | 61.71 | 103.24 | - |
| YUV | 176.28 | 171.85 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 225 | 254 | 0.80 | 0.11 | 0 | 0.00 | 188.57 | 0.99 | 0.6 |
| Hex | 33 | E1 | FE | 50 | B | 0 | 0 | BD | 63 | 3C |
| Octal | 63 | 341 | 376 | 120 | 13 | 0 | 0 | 275 | 143 | 74 |
| Binary | 110011 | 11100001 | 11111110 | 1010000 | 1011 | 0 | 0 | 10111101 | 1100011 | 111100 |
Color Harmonies of #33E1FE
Complementary color
Monochromatic Colors of #33E1FE
Black with #33E1FE
Text Example
Text Example
White with #33E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E1FE; }
p { color: rgb(51,225,254); }
H1.HeaderClassName
{
color: #33E1FE;
}
.AnyTagClassName
{
color: #33E1FE;
}
</style>
background-color css
<style>
a { background-color: #33E1FE; }
a { background-color: rgb(51,225,254); }
div.DivClassName
{
background-color: #33E1FE;
}
.BgClassName
{
background-color: #33E1FE;
}
</style>
border-color css
<style>
span { border-color: #33E1FE; }
span { border-color: rgb(51,225,254); }
td.TdClassName
{
border-color: #33E1FE;
}
.TagClassName
{
border-color: #33E1FE;
}
</style>