Shades of Turquoise #33D6C8
Tints of Turquoise #33D6C8
RGB
CMYK
RGB Variations
Color information
#33D6C8 (or 0x33D6C8) is known color: Turquoise. HEX triplet: 33, D6 and C8. RGB value is (51,214,200). Sum of RGB (Red+Green+Blue) = 51+214+200=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #33D6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D6C8 is #CC2937. Grayscale: #A3A3A3. Windows color (decimal): -13379896 or 13162035. OLE color: 13162035.
HSL color Cylindrical-coordinate representation of color #33D6C8: hue angle of 174.85º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D6C8 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 200 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.16 |
| HSL | 174.85º | 0.67% | 0.52% | - |
| HSV(B) | 174.85º | 0.76% | 0.84% | - |
| XYZ | 35.84 | 52.97 | 62.98 | - |
| YUV | 163.67 | 148.5 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 200 | 0.76 | 0 | 0.07 | 0.16 | 174.85 | 0.67 | 0.52 |
| Hex | 33 | D6 | C8 | 4C | 0 | 7 | 10 | AF | 43 | 34 |
| Octal | 63 | 326 | 310 | 114 | 0 | 7 | 20 | 257 | 103 | 64 |
| Binary | 110011 | 11010110 | 11001000 | 1001100 | 0 | 111 | 10000 | 10101111 | 1000011 | 110100 |
Color Harmonies of #33D6C8
Complementary color
Monochromatic Colors of #33D6C8
Black with #33D6C8
Text Example
Text Example
White with #33D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D6C8; }
p { color: rgb(51,214,200); }
H1.HeaderClassName
{
color: #33D6C8;
}
.AnyTagClassName
{
color: #33D6C8;
}
</style>
background-color css
<style>
a { background-color: #33D6C8; }
a { background-color: rgb(51,214,200); }
div.DivClassName
{
background-color: #33D6C8;
}
.BgClassName
{
background-color: #33D6C8;
}
</style>
border-color css
<style>
span { border-color: #33D6C8; }
span { border-color: rgb(51,214,200); }
td.TdClassName
{
border-color: #33D6C8;
}
.TagClassName
{
border-color: #33D6C8;
}
</style>