Shades of Turquoise #33EEC7
Tints of Turquoise #33EEC7
RGB
CMYK
RGB Variations
Color information
#33EEC7 (or 0x33EEC7) is known color: Turquoise. HEX triplet: 33, EE and C7. RGB value is (51,238,199). Sum of RGB (Red+Green+Blue) = 51+238+199=488 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.45% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #33EEC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EEC7 is #CC1138. Grayscale: #B1B1B1. Windows color (decimal): -13373753 or 13102643. OLE color: 13102643.
HSL color Cylindrical-coordinate representation of color #33EEC7: hue angle of 167.49º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EEC7 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 199 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.07 |
| HSL | 167.49º | 0.85% | 0.57% | - |
| HSV(B) | 167.49º | 0.79% | 0.93% | - |
| XYZ | 42.25 | 65.98 | 64.54 | - |
| YUV | 177.64 | 140.05 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 199 | 0.79 | 0 | 0.16 | 0.07 | 167.49 | 0.85 | 0.57 |
| Hex | 33 | EE | C7 | 4F | 0 | 10 | 7 | A7 | 55 | 39 |
| Octal | 63 | 356 | 307 | 117 | 0 | 20 | 7 | 247 | 125 | 71 |
| Binary | 110011 | 11101110 | 11000111 | 1001111 | 0 | 10000 | 111 | 10100111 | 1010101 | 111001 |
Color Harmonies of #33EEC7
Complementary color
Monochromatic Colors of #33EEC7
Black with #33EEC7
Text Example
Text Example
White with #33EEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EEC7; }
p { color: rgb(51,238,199); }
H1.HeaderClassName
{
color: #33EEC7;
}
.AnyTagClassName
{
color: #33EEC7;
}
</style>
background-color css
<style>
a { background-color: #33EEC7; }
a { background-color: rgb(51,238,199); }
div.DivClassName
{
background-color: #33EEC7;
}
.BgClassName
{
background-color: #33EEC7;
}
</style>
border-color css
<style>
span { border-color: #33EEC7; }
span { border-color: rgb(51,238,199); }
td.TdClassName
{
border-color: #33EEC7;
}
.TagClassName
{
border-color: #33EEC7;
}
</style>