Shades of Turquoise #33E7FE
Tints of Turquoise #33E7FE
RGB
CMYK
RGB Variations
Color information
#33E7FE (or 0x33E7FE) is known color: Turquoise. HEX triplet: 33, E7 and FE. RGB value is (51,231,254). Sum of RGB (Red+Green+Blue) = 51+231+254=536 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.51% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #33E7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E7FE is #CC1801. Grayscale: #B3B3B3. Windows color (decimal): -13375490 or 16705331. OLE color: 16705331.
HSL color Cylindrical-coordinate representation of color #33E7FE: hue angle of 186.8º 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 #33E7FE is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 231 | 254 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.00 |
| HSL | 186.8º | 0.99% | 0.6% | - |
| HSV(B) | 186.8º | 0.8% | 1% | - |
| XYZ | 47.83 | 65.01 | 103.79 | - |
| YUV | 179.8 | 169.87 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 231 | 254 | 0.80 | 0.09 | 0 | 0.00 | 186.8 | 0.99 | 0.6 |
| Hex | 33 | E7 | FE | 50 | 9 | 0 | 0 | BB | 63 | 3C |
| Octal | 63 | 347 | 376 | 120 | 11 | 0 | 0 | 273 | 143 | 74 |
| Binary | 110011 | 11100111 | 11111110 | 1010000 | 1001 | 0 | 0 | 10111011 | 1100011 | 111100 |
Color Harmonies of #33E7FE
Complementary color
Monochromatic Colors of #33E7FE
Black with #33E7FE
Text Example
Text Example
White with #33E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E7FE; }
p { color: rgb(51,231,254); }
H1.HeaderClassName
{
color: #33E7FE;
}
.AnyTagClassName
{
color: #33E7FE;
}
</style>
background-color css
<style>
a { background-color: #33E7FE; }
a { background-color: rgb(51,231,254); }
div.DivClassName
{
background-color: #33E7FE;
}
.BgClassName
{
background-color: #33E7FE;
}
</style>
border-color css
<style>
span { border-color: #33E7FE; }
span { border-color: rgb(51,231,254); }
td.TdClassName
{
border-color: #33E7FE;
}
.TagClassName
{
border-color: #33E7FE;
}
</style>