Shades of Turquoise #33EBC1
Tints of Turquoise #33EBC1
RGB
CMYK
RGB Variations
Color information
#33EBC1 (or 0x33EBC1) is known color: Turquoise. HEX triplet: 33, EB and C1. RGB value is (51,235,193). Sum of RGB (Red+Green+Blue) = 51+235+193=479 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.65% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EBC1 is #CC143E. Grayscale: #AFAFAF. Windows color (decimal): -13374527 or 12708659. OLE color: 12708659.
HSL color Cylindrical-coordinate representation of color #33EBC1: hue angle of 166.3º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EBC1 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 235 | 193 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.08 |
| HSL | 166.3º | 0.82% | 0.56% | - |
| HSV(B) | 166.3º | 0.78% | 0.92% | - |
| XYZ | 40.7 | 63.97 | 60.65 | - |
| YUV | 175.2 | 138.04 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 235 | 193 | 0.78 | 0 | 0.18 | 0.08 | 166.3 | 0.82 | 0.56 |
| Hex | 33 | EB | C1 | 4E | 0 | 12 | 8 | A6 | 52 | 38 |
| Octal | 63 | 353 | 301 | 116 | 0 | 22 | 10 | 246 | 122 | 70 |
| Binary | 110011 | 11101011 | 11000001 | 1001110 | 0 | 10010 | 1000 | 10100110 | 1010010 | 111000 |
Color Harmonies of #33EBC1
Complementary color
Monochromatic Colors of #33EBC1
Black with #33EBC1
Text Example
Text Example
White with #33EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EBC1; }
p { color: rgb(51,235,193); }
H1.HeaderClassName
{
color: #33EBC1;
}
.AnyTagClassName
{
color: #33EBC1;
}
</style>
background-color css
<style>
a { background-color: #33EBC1; }
a { background-color: rgb(51,235,193); }
div.DivClassName
{
background-color: #33EBC1;
}
.BgClassName
{
background-color: #33EBC1;
}
</style>
border-color css
<style>
span { border-color: #33EBC1; }
span { border-color: rgb(51,235,193); }
td.TdClassName
{
border-color: #33EBC1;
}
.TagClassName
{
border-color: #33EBC1;
}
</style>