Shades of Turquoise #33DFE2
Tints of Turquoise #33DFE2
RGB
CMYK
RGB Variations
Color information
#33DFE2 (or 0x33DFE2) is known color: Turquoise. HEX triplet: 33, DF and E2. RGB value is (51,223,226). Sum of RGB (Red+Green+Blue) = 51+223+226=500 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.2% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #33DFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFE2 is #CC201D. Grayscale: #ABABAB. Windows color (decimal): -13377566 or 14868275. OLE color: 14868275.
HSL color Cylindrical-coordinate representation of color #33DFE2: hue angle of 181.03º 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 #33DFE2 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 223 | 226 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.11 |
| HSL | 181.03º | 0.75% | 0.54% | - |
| HSV(B) | 181.03º | 0.77% | 0.89% | - |
| XYZ | 41.48 | 58.97 | 81.15 | - |
| YUV | 171.91 | 158.52 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 226 | 0.77 | 0.01 | 0 | 0.11 | 181.03 | 0.75 | 0.54 |
| Hex | 33 | DF | E2 | 4D | 1 | 0 | B | B5 | 4B | 36 |
| Octal | 63 | 337 | 342 | 115 | 1 | 0 | 13 | 265 | 113 | 66 |
| Binary | 110011 | 11011111 | 11100010 | 1001101 | 1 | 0 | 1011 | 10110101 | 1001011 | 110110 |
Color Harmonies of #33DFE2
Complementary color
Monochromatic Colors of #33DFE2
Black with #33DFE2
Text Example
Text Example
White with #33DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFE2; }
p { color: rgb(51,223,226); }
H1.HeaderClassName
{
color: #33DFE2;
}
.AnyTagClassName
{
color: #33DFE2;
}
</style>
background-color css
<style>
a { background-color: #33DFE2; }
a { background-color: rgb(51,223,226); }
div.DivClassName
{
background-color: #33DFE2;
}
.BgClassName
{
background-color: #33DFE2;
}
</style>
border-color css
<style>
span { border-color: #33DFE2; }
span { border-color: rgb(51,223,226); }
td.TdClassName
{
border-color: #33DFE2;
}
.TagClassName
{
border-color: #33DFE2;
}
</style>