Shades of Turquoise #33ECC2
Tints of Turquoise #33ECC2
RGB
CMYK
RGB Variations
Color information
#33ECC2 (or 0x33ECC2) is known color: Turquoise. HEX triplet: 33, EC and C2. RGB value is (51,236,194). Sum of RGB (Red+Green+Blue) = 51+236+194=481 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.60% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #33ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33ECC2 is #CC133D. Grayscale: #AFAFAF. Windows color (decimal): -13374270 or 12774451. OLE color: 12774451.
HSL color Cylindrical-coordinate representation of color #33ECC2: hue angle of 166.38º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ECC2 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 194 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.07 |
| HSL | 166.38º | 0.83% | 0.56% | - |
| HSV(B) | 166.38º | 0.78% | 0.93% | - |
| XYZ | 41.1 | 64.59 | 61.34 | - |
| YUV | 175.9 | 138.21 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 194 | 0.78 | 0 | 0.18 | 0.07 | 166.38 | 0.83 | 0.56 |
| Hex | 33 | EC | C2 | 4E | 0 | 12 | 7 | A6 | 53 | 38 |
| Octal | 63 | 354 | 302 | 116 | 0 | 22 | 7 | 246 | 123 | 70 |
| Binary | 110011 | 11101100 | 11000010 | 1001110 | 0 | 10010 | 111 | 10100110 | 1010011 | 111000 |
Color Harmonies of #33ECC2
Complementary color
Monochromatic Colors of #33ECC2
Black with #33ECC2
Text Example
Text Example
White with #33ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ECC2; }
p { color: rgb(51,236,194); }
H1.HeaderClassName
{
color: #33ECC2;
}
.AnyTagClassName
{
color: #33ECC2;
}
</style>
background-color css
<style>
a { background-color: #33ECC2; }
a { background-color: rgb(51,236,194); }
div.DivClassName
{
background-color: #33ECC2;
}
.BgClassName
{
background-color: #33ECC2;
}
</style>
border-color css
<style>
span { border-color: #33ECC2; }
span { border-color: rgb(51,236,194); }
td.TdClassName
{
border-color: #33ECC2;
}
.TagClassName
{
border-color: #33ECC2;
}
</style>