Shades of Turquoise #33DCCA
Tints of Turquoise #33DCCA
RGB
CMYK
RGB Variations
Color information
#33DCCA (or 0x33DCCA) is known color: Turquoise. HEX triplet: 33, DC and CA. RGB value is (51,220,202). Sum of RGB (Red+Green+Blue) = 51+220+202=473 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.78% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCCA is #CC2335. Grayscale: #A7A7A7. Windows color (decimal): -13378358 or 13294643. OLE color: 13294643.
HSL color Cylindrical-coordinate representation of color #33DCCA: hue angle of 173.61º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DCCA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 202 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.14 |
| HSL | 173.61º | 0.71% | 0.53% | - |
| HSV(B) | 173.61º | 0.77% | 0.86% | - |
| XYZ | 37.62 | 56.15 | 64.73 | - |
| YUV | 167.42 | 147.51 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 202 | 0.77 | 0 | 0.08 | 0.14 | 173.61 | 0.71 | 0.53 |
| Hex | 33 | DC | CA | 4D | 0 | 8 | E | AE | 47 | 35 |
| Octal | 63 | 334 | 312 | 115 | 0 | 10 | 16 | 256 | 107 | 65 |
| Binary | 110011 | 11011100 | 11001010 | 1001101 | 0 | 1000 | 1110 | 10101110 | 1000111 | 110101 |
Color Harmonies of #33DCCA
Complementary color
Monochromatic Colors of #33DCCA
Black with #33DCCA
Text Example
Text Example
White with #33DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DCCA; }
p { color: rgb(51,220,202); }
H1.HeaderClassName
{
color: #33DCCA;
}
.AnyTagClassName
{
color: #33DCCA;
}
</style>
background-color css
<style>
a { background-color: #33DCCA; }
a { background-color: rgb(51,220,202); }
div.DivClassName
{
background-color: #33DCCA;
}
.BgClassName
{
background-color: #33DCCA;
}
</style>
border-color css
<style>
span { border-color: #33DCCA; }
span { border-color: rgb(51,220,202); }
td.TdClassName
{
border-color: #33DCCA;
}
.TagClassName
{
border-color: #33DCCA;
}
</style>