Shades of Turquoise #33EEC3
Tints of Turquoise #33EEC3
RGB
CMYK
RGB Variations
Color information
#33EEC3 (or 0x33EEC3) is known color: Turquoise. HEX triplet: 33, EE and C3. RGB value is (51,238,195). Sum of RGB (Red+Green+Blue) = 51+238+195=484 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.54% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #33EEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EEC3 is #CC113C. Grayscale: #B1B1B1. Windows color (decimal): -13373757 or 12840499. OLE color: 12840499.
HSL color Cylindrical-coordinate representation of color #33EEC3: hue angle of 166.2º 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 #33EEC3 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 195 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.07 |
| HSL | 166.2º | 0.85% | 0.57% | - |
| HSV(B) | 166.2º | 0.79% | 0.93% | - |
| XYZ | 41.79 | 65.79 | 62.13 | - |
| YUV | 177.19 | 138.05 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 195 | 0.79 | 0 | 0.18 | 0.07 | 166.2 | 0.85 | 0.57 |
| Hex | 33 | EE | C3 | 4F | 0 | 12 | 7 | A6 | 55 | 39 |
| Octal | 63 | 356 | 303 | 117 | 0 | 22 | 7 | 246 | 125 | 71 |
| Binary | 110011 | 11101110 | 11000011 | 1001111 | 0 | 10010 | 111 | 10100110 | 1010101 | 111001 |
Color Harmonies of #33EEC3
Complementary color
Monochromatic Colors of #33EEC3
Black with #33EEC3
Text Example
Text Example
White with #33EEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EEC3; }
p { color: rgb(51,238,195); }
H1.HeaderClassName
{
color: #33EEC3;
}
.AnyTagClassName
{
color: #33EEC3;
}
</style>
background-color css
<style>
a { background-color: #33EEC3; }
a { background-color: rgb(51,238,195); }
div.DivClassName
{
background-color: #33EEC3;
}
.BgClassName
{
background-color: #33EEC3;
}
</style>
border-color css
<style>
span { border-color: #33EEC3; }
span { border-color: rgb(51,238,195); }
td.TdClassName
{
border-color: #33EEC3;
}
.TagClassName
{
border-color: #33EEC3;
}
</style>