Shades of Turquoise #33DFD4
Tints of Turquoise #33DFD4
RGB
CMYK
RGB Variations
Color information
#33DFD4 (or 0x33DFD4) is known color: Turquoise. HEX triplet: 33, DF and D4. RGB value is (51,223,212). Sum of RGB (Red+Green+Blue) = 51+223+212=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFD4 is #CC202B. Grayscale: #AAAAAA. Windows color (decimal): -13377580 or 13950771. OLE color: 13950771.
HSL color Cylindrical-coordinate representation of color #33DFD4: hue angle of 176.16º 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 #33DFD4 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 212 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.13 |
| HSL | 176.16º | 0.73% | 0.54% | - |
| HSV(B) | 176.16º | 0.77% | 0.87% | - |
| XYZ | 39.64 | 58.23 | 71.44 | - |
| YUV | 170.32 | 151.52 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 212 | 0.77 | 0 | 0.05 | 0.13 | 176.16 | 0.73 | 0.54 |
| Hex | 33 | DF | D4 | 4D | 0 | 5 | D | B0 | 49 | 36 |
| Octal | 63 | 337 | 324 | 115 | 0 | 5 | 15 | 260 | 111 | 66 |
| Binary | 110011 | 11011111 | 11010100 | 1001101 | 0 | 101 | 1101 | 10110000 | 1001001 | 110110 |
Color Harmonies of #33DFD4
Complementary color
Monochromatic Colors of #33DFD4
Black with #33DFD4
Text Example
Text Example
White with #33DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFD4; }
p { color: rgb(51,223,212); }
H1.HeaderClassName
{
color: #33DFD4;
}
.AnyTagClassName
{
color: #33DFD4;
}
</style>
background-color css
<style>
a { background-color: #33DFD4; }
a { background-color: rgb(51,223,212); }
div.DivClassName
{
background-color: #33DFD4;
}
.BgClassName
{
background-color: #33DFD4;
}
</style>
border-color css
<style>
span { border-color: #33DFD4; }
span { border-color: rgb(51,223,212); }
td.TdClassName
{
border-color: #33DFD4;
}
.TagClassName
{
border-color: #33DFD4;
}
</style>