Shades of Turquoise #33DFDA
Tints of Turquoise #33DFDA
RGB
CMYK
RGB Variations
Color information
#33DFDA (or 0x33DFDA) is known color: Turquoise. HEX triplet: 33, DF and DA. RGB value is (51,223,218). Sum of RGB (Red+Green+Blue) = 51+223+218=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFDA is #CC2025. Grayscale: #AAAAAA. Windows color (decimal): -13377574 or 14343987. OLE color: 14343987.
HSL color Cylindrical-coordinate representation of color #33DFDA: hue angle of 178.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DFDA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 218 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.13 |
| HSL | 178.26º | 0.73% | 0.54% | - |
| HSV(B) | 178.26º | 0.77% | 0.87% | - |
| XYZ | 40.41 | 58.54 | 75.5 | - |
| YUV | 171 | 154.52 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 218 | 0.77 | 0 | 0.02 | 0.13 | 178.26 | 0.73 | 0.54 |
| Hex | 33 | DF | DA | 4D | 0 | 2 | D | B2 | 49 | 36 |
| Octal | 63 | 337 | 332 | 115 | 0 | 2 | 15 | 262 | 111 | 66 |
| Binary | 110011 | 11011111 | 11011010 | 1001101 | 0 | 10 | 1101 | 10110010 | 1001001 | 110110 |
Color Harmonies of #33DFDA
Complementary color
Monochromatic Colors of #33DFDA
Black with #33DFDA
Text Example
Text Example
White with #33DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFDA; }
p { color: rgb(51,223,218); }
H1.HeaderClassName
{
color: #33DFDA;
}
.AnyTagClassName
{
color: #33DFDA;
}
</style>
background-color css
<style>
a { background-color: #33DFDA; }
a { background-color: rgb(51,223,218); }
div.DivClassName
{
background-color: #33DFDA;
}
.BgClassName
{
background-color: #33DFDA;
}
</style>
border-color css
<style>
span { border-color: #33DFDA; }
span { border-color: rgb(51,223,218); }
td.TdClassName
{
border-color: #33DFDA;
}
.TagClassName
{
border-color: #33DFDA;
}
</style>