Shades of Turquoise #33DCEA
Tints of Turquoise #33DCEA
RGB
CMYK
RGB Variations
Color information
#33DCEA (or 0x33DCEA) is known color: Turquoise. HEX triplet: 33, DC and EA. RGB value is (51,220,234). Sum of RGB (Red+Green+Blue) = 51+220+234=505 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.10% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #33DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCEA is #CC2315. Grayscale: #AAAAAA. Windows color (decimal): -13378326 or 15391795. OLE color: 15391795.
HSL color Cylindrical-coordinate representation of color #33DCEA: hue angle of 184.59º degrees, saturation: 0.81, 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 #33DCEA is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 220 | 234 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.08 |
| HSL | 184.59º | 0.81% | 0.56% | - |
| HSV(B) | 184.59º | 0.78% | 0.92% | - |
| XYZ | 41.81 | 57.83 | 86.8 | - |
| YUV | 171.07 | 163.51 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 234 | 0.78 | 0.06 | 0 | 0.08 | 184.59 | 0.81 | 0.56 |
| Hex | 33 | DC | EA | 4E | 6 | 0 | 8 | B9 | 51 | 38 |
| Octal | 63 | 334 | 352 | 116 | 6 | 0 | 10 | 271 | 121 | 70 |
| Binary | 110011 | 11011100 | 11101010 | 1001110 | 110 | 0 | 1000 | 10111001 | 1010001 | 111000 |
Color Harmonies of #33DCEA
Complementary color
Monochromatic Colors of #33DCEA
Black with #33DCEA
Text Example
Text Example
White with #33DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DCEA; }
p { color: rgb(51,220,234); }
H1.HeaderClassName
{
color: #33DCEA;
}
.AnyTagClassName
{
color: #33DCEA;
}
</style>
background-color css
<style>
a { background-color: #33DCEA; }
a { background-color: rgb(51,220,234); }
div.DivClassName
{
background-color: #33DCEA;
}
.BgClassName
{
background-color: #33DCEA;
}
</style>
border-color css
<style>
span { border-color: #33DCEA; }
span { border-color: rgb(51,220,234); }
td.TdClassName
{
border-color: #33DCEA;
}
.TagClassName
{
border-color: #33DCEA;
}
</style>