Shades of Turquoise #33EEC1
Tints of Turquoise #33EEC1
RGB
CMYK
RGB Variations
Color information
#33EEC1 (or 0x33EEC1) is known color: Turquoise. HEX triplet: 33, EE and C1. RGB value is (51,238,193). Sum of RGB (Red+Green+Blue) = 51+238+193=482 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.58% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #33EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EEC1 is #CC113E. Grayscale: #B0B0B0. Windows color (decimal): -13373759 or 12709427. OLE color: 12709427.
HSL color Cylindrical-coordinate representation of color #33EEC1: hue angle of 165.56º 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 #33EEC1 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 193 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.07 |
| HSL | 165.56º | 0.85% | 0.57% | - |
| HSV(B) | 165.56º | 0.79% | 0.93% | - |
| XYZ | 41.57 | 65.7 | 60.94 | - |
| YUV | 176.96 | 137.05 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 193 | 0.79 | 0 | 0.19 | 0.07 | 165.56 | 0.85 | 0.57 |
| Hex | 33 | EE | C1 | 4F | 0 | 13 | 7 | A6 | 55 | 39 |
| Octal | 63 | 356 | 301 | 117 | 0 | 23 | 7 | 246 | 125 | 71 |
| Binary | 110011 | 11101110 | 11000001 | 1001111 | 0 | 10011 | 111 | 10100110 | 1010101 | 111001 |
Color Harmonies of #33EEC1
Complementary color
Monochromatic Colors of #33EEC1
Black with #33EEC1
Text Example
Text Example
White with #33EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EEC1; }
p { color: rgb(51,238,193); }
H1.HeaderClassName
{
color: #33EEC1;
}
.AnyTagClassName
{
color: #33EEC1;
}
</style>
background-color css
<style>
a { background-color: #33EEC1; }
a { background-color: rgb(51,238,193); }
div.DivClassName
{
background-color: #33EEC1;
}
.BgClassName
{
background-color: #33EEC1;
}
</style>
border-color css
<style>
span { border-color: #33EEC1; }
span { border-color: rgb(51,238,193); }
td.TdClassName
{
border-color: #33EEC1;
}
.TagClassName
{
border-color: #33EEC1;
}
</style>