Shades of Turquoise #33FFEE
Tints of Turquoise #33FFEE
RGB
CMYK
RGB Variations
Color information
#33FFEE (or 0x33FFEE) is known color: Turquoise. HEX triplet: 33, FF and EE. RGB value is (51,255,238). Sum of RGB (Red+Green+Blue) = 51+255+238=544 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.38% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FFEE is #CC0011. Grayscale: #BFBFBF. Windows color (decimal): -13369362 or 15662899. OLE color: 15662899.
HSL color Cylindrical-coordinate representation of color #33FFEE: hue angle of 175º 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 #33FFEE is Cyan = 0.8, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 238 | - |
| CMYK | 0.8 | 0 | 0.07 | 0 |
| HSL | 175º | 1% | 0.6% | - |
| HSV(B) | 175º | 0.8% | 1% | - |
| XYZ | 52.56 | 78.4 | 93.25 | - |
| YUV | 192.07 | 153.91 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 238 | 0.8 | 0 | 0.07 | 0 | 175 | 1 | 0.6 |
| Hex | 33 | FF | EE | 50 | 0 | 7 | 0 | AF | 64 | 3C |
| Octal | 63 | 377 | 356 | 120 | 0 | 7 | 0 | 257 | 144 | 74 |
| Binary | 110011 | 11111111 | 11101110 | 1010000 | 0 | 111 | 0 | 10101111 | 1100100 | 111100 |
Color Harmonies of #33FFEE
Complementary color
Monochromatic Colors of #33FFEE
Black with #33FFEE
Text Example
Text Example
White with #33FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFEE; }
p { color: rgb(51,255,238); }
H1.HeaderClassName
{
color: #33FFEE;
}
.AnyTagClassName
{
color: #33FFEE;
}
</style>
background-color css
<style>
a { background-color: #33FFEE; }
a { background-color: rgb(51,255,238); }
div.DivClassName
{
background-color: #33FFEE;
}
.BgClassName
{
background-color: #33FFEE;
}
</style>
border-color css
<style>
span { border-color: #33FFEE; }
span { border-color: rgb(51,255,238); }
td.TdClassName
{
border-color: #33FFEE;
}
.TagClassName
{
border-color: #33FFEE;
}
</style>