Shades of Turquoise #33DABA
Tints of Turquoise #33DABA
RGB
CMYK
RGB Variations
Color information
#33DABA (or 0x33DABA) is known color: Turquoise. HEX triplet: 33, DA and BA. RGB value is (51,218,186). Sum of RGB (Red+Green+Blue) = 51+218+186=455 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.21% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #33DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DABA is #CC2545. Grayscale: #A4A4A4. Windows color (decimal): -13378886 or 12245555. OLE color: 12245555.
HSL color Cylindrical-coordinate representation of color #33DABA: hue angle of 168.5º 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 #33DABA is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 218 | 186 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.15 |
| HSL | 168.5º | 0.69% | 0.53% | - |
| HSV(B) | 168.5º | 0.77% | 0.85% | - |
| XYZ | 35.3 | 54.39 | 55.09 | - |
| YUV | 164.42 | 140.17 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 218 | 186 | 0.77 | 0 | 0.15 | 0.15 | 168.5 | 0.69 | 0.53 |
| Hex | 33 | DA | BA | 4D | 0 | F | F | A9 | 45 | 35 |
| Octal | 63 | 332 | 272 | 115 | 0 | 17 | 17 | 251 | 105 | 65 |
| Binary | 110011 | 11011010 | 10111010 | 1001101 | 0 | 1111 | 1111 | 10101001 | 1000101 | 110101 |
Color Harmonies of #33DABA
Complementary color
Monochromatic Colors of #33DABA
Black with #33DABA
Text Example
Text Example
White with #33DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DABA; }
p { color: rgb(51,218,186); }
H1.HeaderClassName
{
color: #33DABA;
}
.AnyTagClassName
{
color: #33DABA;
}
</style>
background-color css
<style>
a { background-color: #33DABA; }
a { background-color: rgb(51,218,186); }
div.DivClassName
{
background-color: #33DABA;
}
.BgClassName
{
background-color: #33DABA;
}
</style>
border-color css
<style>
span { border-color: #33DABA; }
span { border-color: rgb(51,218,186); }
td.TdClassName
{
border-color: #33DABA;
}
.TagClassName
{
border-color: #33DABA;
}
</style>