Shades of Medium Turquoise #33CFDC
Tints of Medium Turquoise #33CFDC
RGB
CMYK
RGB Variations
Color information
#33CFDC (or 0x33CFDC) is known color: Medium Turquoise. HEX triplet: 33, CF and DC. RGB value is (51,207,220). Sum of RGB (Red+Green+Blue) = 51+207+220=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #33CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFDC is #CC3023. Grayscale: #A1A1A1. Windows color (decimal): -13381668 or 14470963. OLE color: 14470963.
HSL color Cylindrical-coordinate representation of color #33CFDC: hue angle of 184.62º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CFDC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 207 | 220 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.14 |
| HSL | 184.62º | 0.71% | 0.53% | - |
| HSV(B) | 184.62º | 0.77% | 0.86% | - |
| XYZ | 36.6 | 50.5 | 75.53 | - |
| YUV | 161.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 220 | 0.77 | 0.06 | 0 | 0.14 | 184.62 | 0.71 | 0.53 |
| Hex | 33 | CF | DC | 4D | 6 | 0 | E | B9 | 47 | 35 |
| Octal | 63 | 317 | 334 | 115 | 6 | 0 | 16 | 271 | 107 | 65 |
| Binary | 110011 | 11001111 | 11011100 | 1001101 | 110 | 0 | 1110 | 10111001 | 1000111 | 110101 |
Color Harmonies of #33CFDC
Complementary color
Monochromatic Colors of #33CFDC
Black with #33CFDC
Text Example
Text Example
White with #33CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CFDC; }
p { color: rgb(51,207,220); }
H1.HeaderClassName
{
color: #33CFDC;
}
.AnyTagClassName
{
color: #33CFDC;
}
</style>
background-color css
<style>
a { background-color: #33CFDC; }
a { background-color: rgb(51,207,220); }
div.DivClassName
{
background-color: #33CFDC;
}
.BgClassName
{
background-color: #33CFDC;
}
</style>
border-color css
<style>
span { border-color: #33CFDC; }
span { border-color: rgb(51,207,220); }
td.TdClassName
{
border-color: #33CFDC;
}
.TagClassName
{
border-color: #33CFDC;
}
</style>