Shades of Medium Turquoise #33CEE2
Tints of Medium Turquoise #33CEE2
RGB
CMYK
RGB Variations
Color information
#33CEE2 (or 0x33CEE2) is known color: Medium Turquoise. HEX triplet: 33, CE and E2. RGB value is (51,206,226). Sum of RGB (Red+Green+Blue) = 51+206+226=483 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.56% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 226 - color contains mainly: blue. Hex color #33CEE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEE2 is #CC311D. Grayscale: #A1A1A1. Windows color (decimal): -13381918 or 14863923. OLE color: 14863923.
HSL color Cylindrical-coordinate representation of color #33CEE2: hue angle of 186.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CEE2 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 206 | 226 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.11 |
| HSL | 186.86º | 0.75% | 0.54% | - |
| HSV(B) | 186.86º | 0.77% | 0.89% | - |
| XYZ | 37.16 | 50.34 | 79.71 | - |
| YUV | 161.94 | 164.15 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 226 | 0.77 | 0.09 | 0 | 0.11 | 186.86 | 0.75 | 0.54 |
| Hex | 33 | CE | E2 | 4D | 9 | 0 | B | BB | 4B | 36 |
| Octal | 63 | 316 | 342 | 115 | 11 | 0 | 13 | 273 | 113 | 66 |
| Binary | 110011 | 11001110 | 11100010 | 1001101 | 1001 | 0 | 1011 | 10111011 | 1001011 | 110110 |
Color Harmonies of #33CEE2
Complementary color
Monochromatic Colors of #33CEE2
Black with #33CEE2
Text Example
Text Example
White with #33CEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEE2; }
p { color: rgb(51,206,226); }
H1.HeaderClassName
{
color: #33CEE2;
}
.AnyTagClassName
{
color: #33CEE2;
}
</style>
background-color css
<style>
a { background-color: #33CEE2; }
a { background-color: rgb(51,206,226); }
div.DivClassName
{
background-color: #33CEE2;
}
.BgClassName
{
background-color: #33CEE2;
}
</style>
border-color css
<style>
span { border-color: #33CEE2; }
span { border-color: rgb(51,206,226); }
td.TdClassName
{
border-color: #33CEE2;
}
.TagClassName
{
border-color: #33CEE2;
}
</style>