Shades of Turquoise #33DFC5
Tints of Turquoise #33DFC5
RGB
CMYK
RGB Variations
Color information
#33DFC5 (or 0x33DFC5) is known color: Turquoise. HEX triplet: 33, DF and C5. RGB value is (51,223,197). Sum of RGB (Red+Green+Blue) = 51+223+197=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFC5 is #CC203A. Grayscale: #A8A8A8. Windows color (decimal): -13377595 or 12967731. OLE color: 12967731.
HSL color Cylindrical-coordinate representation of color #33DFC5: hue angle of 170.93º 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 #33DFC5 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 197 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.13 |
| HSL | 170.93º | 0.73% | 0.54% | - |
| HSV(B) | 170.93º | 0.77% | 0.87% | - |
| XYZ | 37.83 | 57.51 | 61.93 | - |
| YUV | 168.61 | 144.02 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 197 | 0.77 | 0 | 0.12 | 0.13 | 170.93 | 0.73 | 0.54 |
| Hex | 33 | DF | C5 | 4D | 0 | C | D | AB | 49 | 36 |
| Octal | 63 | 337 | 305 | 115 | 0 | 14 | 15 | 253 | 111 | 66 |
| Binary | 110011 | 11011111 | 11000101 | 1001101 | 0 | 1100 | 1101 | 10101011 | 1001001 | 110110 |
Color Harmonies of #33DFC5
Complementary color
Monochromatic Colors of #33DFC5
Black with #33DFC5
Text Example
Text Example
White with #33DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFC5; }
p { color: rgb(51,223,197); }
H1.HeaderClassName
{
color: #33DFC5;
}
.AnyTagClassName
{
color: #33DFC5;
}
</style>
background-color css
<style>
a { background-color: #33DFC5; }
a { background-color: rgb(51,223,197); }
div.DivClassName
{
background-color: #33DFC5;
}
.BgClassName
{
background-color: #33DFC5;
}
</style>
border-color css
<style>
span { border-color: #33DFC5; }
span { border-color: rgb(51,223,197); }
td.TdClassName
{
border-color: #33DFC5;
}
.TagClassName
{
border-color: #33DFC5;
}
</style>