Shades of Turquoise #33D5C9
Tints of Turquoise #33D5C9
RGB
CMYK
RGB Variations
Color information
#33D5C9 (or 0x33D5C9) is known color: Turquoise. HEX triplet: 33, D5 and C9. RGB value is (51,213,201). Sum of RGB (Red+Green+Blue) = 51+213+201=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #33D5C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D5C9 is #CC2A36. Grayscale: #A3A3A3. Windows color (decimal): -13380151 or 13227315. OLE color: 13227315.
HSL color Cylindrical-coordinate representation of color #33D5C9: hue angle of 175.56º degrees, saturation: 0.66, 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 #33D5C9 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 201 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.16 |
| HSL | 175.56º | 0.66% | 0.52% | - |
| HSV(B) | 175.56º | 0.76% | 0.84% | - |
| XYZ | 35.7 | 52.51 | 63.51 | - |
| YUV | 163.19 | 149.33 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 201 | 0.76 | 0 | 0.06 | 0.16 | 175.56 | 0.66 | 0.52 |
| Hex | 33 | D5 | C9 | 4C | 0 | 6 | 10 | B0 | 42 | 34 |
| Octal | 63 | 325 | 311 | 114 | 0 | 6 | 20 | 260 | 102 | 64 |
| Binary | 110011 | 11010101 | 11001001 | 1001100 | 0 | 110 | 10000 | 10110000 | 1000010 | 110100 |
Color Harmonies of #33D5C9
Complementary color
Monochromatic Colors of #33D5C9
Black with #33D5C9
Text Example
Text Example
White with #33D5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D5C9; }
p { color: rgb(51,213,201); }
H1.HeaderClassName
{
color: #33D5C9;
}
.AnyTagClassName
{
color: #33D5C9;
}
</style>
background-color css
<style>
a { background-color: #33D5C9; }
a { background-color: rgb(51,213,201); }
div.DivClassName
{
background-color: #33D5C9;
}
.BgClassName
{
background-color: #33D5C9;
}
</style>
border-color css
<style>
span { border-color: #33D5C9; }
span { border-color: rgb(51,213,201); }
td.TdClassName
{
border-color: #33D5C9;
}
.TagClassName
{
border-color: #33D5C9;
}
</style>