Shades of Turquoise #33FFDA
Tints of Turquoise #33FFDA
RGB
CMYK
RGB Variations
Color information
#33FFDA (or 0x33FFDA) is known color: Turquoise. HEX triplet: 33, FF and DA. RGB value is (51,255,218). Sum of RGB (Red+Green+Blue) = 51+255+218=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFDA is #CC0025. Grayscale: #BDBDBD. Windows color (decimal): -13369382 or 14352179. OLE color: 14352179.
HSL color Cylindrical-coordinate representation of color #33FFDA: hue angle of 169.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFDA is Cyan = 0.8, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 218 | - |
| CMYK | 0.8 | 0 | 0.15 | 0 |
| HSL | 169.12º | 1% | 0.6% | - |
| HSV(B) | 169.12º | 0.8% | 1% | - |
| XYZ | 49.78 | 77.29 | 78.62 | - |
| YUV | 189.79 | 143.91 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 218 | 0.8 | 0 | 0.15 | 0 | 169.12 | 1 | 0.6 |
| Hex | 33 | FF | DA | 50 | 0 | F | 0 | A9 | 64 | 3C |
| Octal | 63 | 377 | 332 | 120 | 0 | 17 | 0 | 251 | 144 | 74 |
| Binary | 110011 | 11111111 | 11011010 | 1010000 | 0 | 1111 | 0 | 10101001 | 1100100 | 111100 |
Color Harmonies of #33FFDA
Complementary color
Monochromatic Colors of #33FFDA
Black with #33FFDA
Text Example
Text Example
White with #33FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFDA; }
p { color: rgb(51,255,218); }
H1.HeaderClassName
{
color: #33FFDA;
}
.AnyTagClassName
{
color: #33FFDA;
}
</style>
background-color css
<style>
a { background-color: #33FFDA; }
a { background-color: rgb(51,255,218); }
div.DivClassName
{
background-color: #33FFDA;
}
.BgClassName
{
background-color: #33FFDA;
}
</style>
border-color css
<style>
span { border-color: #33FFDA; }
span { border-color: rgb(51,255,218); }
td.TdClassName
{
border-color: #33FFDA;
}
.TagClassName
{
border-color: #33FFDA;
}
</style>