Shades of Turquoise #33E2FF
Tints of Turquoise #33E2FF
RGB
CMYK
RGB Variations
Color information
#33E2FF (or 0x33E2FF) is known color: Turquoise. HEX triplet: 33, E2 and FF. RGB value is (51,226,255). Sum of RGB (Red+Green+Blue) = 51+226+255=532 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.59% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #33E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E2FF is #CC1D00. Grayscale: #B0B0B0. Windows color (decimal): -13376769 or 16769587. OLE color: 16769587.
HSL color Cylindrical-coordinate representation of color #33E2FF: hue angle of 188.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33E2FF is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 226 | 255 | - |
| CMYK | 0.8 | 0.11 | 0 | 0 |
| HSL | 188.53º | 1% | 0.6% | - |
| HSV(B) | 188.53º | 0.8% | 1% | - |
| XYZ | 46.61 | 62.32 | 104.18 | - |
| YUV | 176.98 | 172.02 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 226 | 255 | 0.8 | 0.11 | 0 | 0 | 188.53 | 1 | 0.6 |
| Hex | 33 | E2 | FF | 50 | B | 0 | 0 | BD | 64 | 3C |
| Octal | 63 | 342 | 377 | 120 | 13 | 0 | 0 | 275 | 144 | 74 |
| Binary | 110011 | 11100010 | 11111111 | 1010000 | 1011 | 0 | 0 | 10111101 | 1100100 | 111100 |
Color Harmonies of #33E2FF
Complementary color
Monochromatic Colors of #33E2FF
Black with #33E2FF
Text Example
Text Example
White with #33E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E2FF; }
p { color: rgb(51,226,255); }
H1.HeaderClassName
{
color: #33E2FF;
}
.AnyTagClassName
{
color: #33E2FF;
}
</style>
background-color css
<style>
a { background-color: #33E2FF; }
a { background-color: rgb(51,226,255); }
div.DivClassName
{
background-color: #33E2FF;
}
.BgClassName
{
background-color: #33E2FF;
}
</style>
border-color css
<style>
span { border-color: #33E2FF; }
span { border-color: rgb(51,226,255); }
td.TdClassName
{
border-color: #33E2FF;
}
.TagClassName
{
border-color: #33E2FF;
}
</style>