Shades of Turquoise #33DACB
Tints of Turquoise #33DACB
RGB
CMYK
RGB Variations
Color information
#33DACB (or 0x33DACB) is known color: Turquoise. HEX triplet: 33, DA and CB. RGB value is (51,218,203). Sum of RGB (Red+Green+Blue) = 51+218+203=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #33DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DACB is #CC2534. Grayscale: #A6A6A6. Windows color (decimal): -13378869 or 13359667. OLE color: 13359667.
HSL color Cylindrical-coordinate representation of color #33DACB: hue angle of 174.61º 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 #33DACB is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 218 | 203 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.15 |
| HSL | 174.61º | 0.69% | 0.53% | - |
| HSV(B) | 174.61º | 0.77% | 0.85% | - |
| XYZ | 37.22 | 55.16 | 65.19 | - |
| YUV | 166.36 | 148.67 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 218 | 203 | 0.77 | 0 | 0.07 | 0.15 | 174.61 | 0.69 | 0.53 |
| Hex | 33 | DA | CB | 4D | 0 | 7 | F | AF | 45 | 35 |
| Octal | 63 | 332 | 313 | 115 | 0 | 7 | 17 | 257 | 105 | 65 |
| Binary | 110011 | 11011010 | 11001011 | 1001101 | 0 | 111 | 1111 | 10101111 | 1000101 | 110101 |
Color Harmonies of #33DACB
Complementary color
Monochromatic Colors of #33DACB
Black with #33DACB
Text Example
Text Example
White with #33DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DACB; }
p { color: rgb(51,218,203); }
H1.HeaderClassName
{
color: #33DACB;
}
.AnyTagClassName
{
color: #33DACB;
}
</style>
background-color css
<style>
a { background-color: #33DACB; }
a { background-color: rgb(51,218,203); }
div.DivClassName
{
background-color: #33DACB;
}
.BgClassName
{
background-color: #33DACB;
}
</style>
border-color css
<style>
span { border-color: #33DACB; }
span { border-color: rgb(51,218,203); }
td.TdClassName
{
border-color: #33DACB;
}
.TagClassName
{
border-color: #33DACB;
}
</style>