Shades of Medium Turquoise #33C9DA
Tints of Medium Turquoise #33C9DA
RGB
CMYK
RGB Variations
Color information
#33C9DA (or 0x33C9DA) is known color: Medium Turquoise. HEX triplet: 33, C9 and DA. RGB value is (51,201,218). Sum of RGB (Red+Green+Blue) = 51+201+218=470 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.85% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #33C9DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C9DA is #CC3625. Grayscale: #9D9D9D. Windows color (decimal): -13383206 or 14338355. OLE color: 14338355.
HSL color Cylindrical-coordinate representation of color #33C9DA: hue angle of 186.11º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33C9DA is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 201 | 218 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.15 |
| HSL | 186.11º | 0.69% | 0.53% | - |
| HSV(B) | 186.11º | 0.77% | 0.85% | - |
| XYZ | 34.91 | 47.54 | 73.67 | - |
| YUV | 158.09 | 161.81 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 218 | 0.77 | 0.08 | 0 | 0.15 | 186.11 | 0.69 | 0.53 |
| Hex | 33 | C9 | DA | 4D | 8 | 0 | F | BA | 45 | 35 |
| Octal | 63 | 311 | 332 | 115 | 10 | 0 | 17 | 272 | 105 | 65 |
| Binary | 110011 | 11001001 | 11011010 | 1001101 | 1000 | 0 | 1111 | 10111010 | 1000101 | 110101 |
Color Harmonies of #33C9DA
Complementary color
Monochromatic Colors of #33C9DA
Black with #33C9DA
Text Example
Text Example
White with #33C9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C9DA; }
p { color: rgb(51,201,218); }
H1.HeaderClassName
{
color: #33C9DA;
}
.AnyTagClassName
{
color: #33C9DA;
}
</style>
background-color css
<style>
a { background-color: #33C9DA; }
a { background-color: rgb(51,201,218); }
div.DivClassName
{
background-color: #33C9DA;
}
.BgClassName
{
background-color: #33C9DA;
}
</style>
border-color css
<style>
span { border-color: #33C9DA; }
span { border-color: rgb(51,201,218); }
td.TdClassName
{
border-color: #33C9DA;
}
.TagClassName
{
border-color: #33C9DA;
}
</style>