Shades of Turquoise #33DFDC
Tints of Turquoise #33DFDC
RGB
CMYK
RGB Variations
Color information
#33DFDC (or 0x33DFDC) is known color: Turquoise. HEX triplet: 33, DF and DC. RGB value is (51,223,220). Sum of RGB (Red+Green+Blue) = 51+223+220=494 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.32% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFDC is #CC2023. Grayscale: #ABABAB. Windows color (decimal): -13377572 or 14475059. OLE color: 14475059.
HSL color Cylindrical-coordinate representation of color #33DFDC: hue angle of 178.95º 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 #33DFDC is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 220 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.13 |
| HSL | 178.95º | 0.73% | 0.54% | - |
| HSV(B) | 178.95º | 0.77% | 0.87% | - |
| XYZ | 40.67 | 58.65 | 76.89 | - |
| YUV | 171.23 | 155.52 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 220 | 0.77 | 0 | 0.01 | 0.13 | 178.95 | 0.73 | 0.54 |
| Hex | 33 | DF | DC | 4D | 0 | 1 | D | B3 | 49 | 36 |
| Octal | 63 | 337 | 334 | 115 | 0 | 1 | 15 | 263 | 111 | 66 |
| Binary | 110011 | 11011111 | 11011100 | 1001101 | 0 | 1 | 1101 | 10110011 | 1001001 | 110110 |
Color Harmonies of #33DFDC
Complementary color
Monochromatic Colors of #33DFDC
Black with #33DFDC
Text Example
Text Example
White with #33DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFDC; }
p { color: rgb(51,223,220); }
H1.HeaderClassName
{
color: #33DFDC;
}
.AnyTagClassName
{
color: #33DFDC;
}
</style>
background-color css
<style>
a { background-color: #33DFDC; }
a { background-color: rgb(51,223,220); }
div.DivClassName
{
background-color: #33DFDC;
}
.BgClassName
{
background-color: #33DFDC;
}
</style>
border-color css
<style>
span { border-color: #33DFDC; }
span { border-color: rgb(51,223,220); }
td.TdClassName
{
border-color: #33DFDC;
}
.TagClassName
{
border-color: #33DFDC;
}
</style>