Shades of Turquoise #33E6C2
Tints of Turquoise #33E6C2
RGB
CMYK
RGB Variations
Color information
#33E6C2 (or 0x33E6C2) is known color: Turquoise. HEX triplet: 33, E6 and C2. RGB value is (51,230,194). Sum of RGB (Red+Green+Blue) = 51+230+194=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #33E6C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33E6C2 is #CC193D. Grayscale: #ACACAC. Windows color (decimal): -13375806 or 12772915. OLE color: 12772915.
HSL color Cylindrical-coordinate representation of color #33E6C2: hue angle of 167.93º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E6C2 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 230 | 194 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.10 |
| HSL | 167.93º | 0.78% | 0.55% | - |
| HSV(B) | 167.93º | 0.78% | 0.9% | - |
| XYZ | 39.4 | 61.19 | 60.77 | - |
| YUV | 172.38 | 140.2 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 230 | 194 | 0.78 | 0 | 0.16 | 0.10 | 167.93 | 0.78 | 0.55 |
| Hex | 33 | E6 | C2 | 4E | 0 | 10 | A | A8 | 4E | 37 |
| Octal | 63 | 346 | 302 | 116 | 0 | 20 | 12 | 250 | 116 | 67 |
| Binary | 110011 | 11100110 | 11000010 | 1001110 | 0 | 10000 | 1010 | 10101000 | 1001110 | 110111 |
Color Harmonies of #33E6C2
Complementary color
Monochromatic Colors of #33E6C2
Black with #33E6C2
Text Example
Text Example
White with #33E6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E6C2; }
p { color: rgb(51,230,194); }
H1.HeaderClassName
{
color: #33E6C2;
}
.AnyTagClassName
{
color: #33E6C2;
}
</style>
background-color css
<style>
a { background-color: #33E6C2; }
a { background-color: rgb(51,230,194); }
div.DivClassName
{
background-color: #33E6C2;
}
.BgClassName
{
background-color: #33E6C2;
}
</style>
border-color css
<style>
span { border-color: #33E6C2; }
span { border-color: rgb(51,230,194); }
td.TdClassName
{
border-color: #33E6C2;
}
.TagClassName
{
border-color: #33E6C2;
}
</style>