Shades of Turquoise #33DAC8
Tints of Turquoise #33DAC8
RGB
CMYK
RGB Variations
Color information
#33DAC8 (or 0x33DAC8) is known color: Turquoise. HEX triplet: 33, DA and C8. RGB value is (51,218,200). Sum of RGB (Red+Green+Blue) = 51+218+200=469 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.87% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #33DAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DAC8 is #CC2537. Grayscale: #A5A5A5. Windows color (decimal): -13378872 or 13163059. OLE color: 13163059.
HSL color Cylindrical-coordinate representation of color #33DAC8: hue angle of 173.53º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DAC8 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 218 | 200 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.15 |
| HSL | 173.53º | 0.69% | 0.53% | - |
| HSV(B) | 173.53º | 0.77% | 0.85% | - |
| XYZ | 36.86 | 55.02 | 63.32 | - |
| YUV | 166.02 | 147.17 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 218 | 200 | 0.77 | 0 | 0.08 | 0.15 | 173.53 | 0.69 | 0.53 |
| Hex | 33 | DA | C8 | 4D | 0 | 8 | F | AE | 45 | 35 |
| Octal | 63 | 332 | 310 | 115 | 0 | 10 | 17 | 256 | 105 | 65 |
| Binary | 110011 | 11011010 | 11001000 | 1001101 | 0 | 1000 | 1111 | 10101110 | 1000101 | 110101 |
Color Harmonies of #33DAC8
Complementary color
Monochromatic Colors of #33DAC8
Black with #33DAC8
Text Example
Text Example
White with #33DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DAC8; }
p { color: rgb(51,218,200); }
H1.HeaderClassName
{
color: #33DAC8;
}
.AnyTagClassName
{
color: #33DAC8;
}
</style>
background-color css
<style>
a { background-color: #33DAC8; }
a { background-color: rgb(51,218,200); }
div.DivClassName
{
background-color: #33DAC8;
}
.BgClassName
{
background-color: #33DAC8;
}
</style>
border-color css
<style>
span { border-color: #33DAC8; }
span { border-color: rgb(51,218,200); }
td.TdClassName
{
border-color: #33DAC8;
}
.TagClassName
{
border-color: #33DAC8;
}
</style>