Shades of Medium Turquoise #33CCDF
Tints of Medium Turquoise #33CCDF
RGB
CMYK
RGB Variations
Color information
#33CCDF (or 0x33CCDF) is known color: Medium Turquoise. HEX triplet: 33, CC and DF. RGB value is (51,204,223). Sum of RGB (Red+Green+Blue) = 51+204+223=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #33CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCDF is #CC3320. Grayscale: #A0A0A0. Windows color (decimal): -13382433 or 14666803. OLE color: 14666803.
HSL color Cylindrical-coordinate representation of color #33CCDF: hue angle of 186.63º 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 #33CCDF is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 204 | 223 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.13 |
| HSL | 186.63º | 0.73% | 0.54% | - |
| HSV(B) | 186.63º | 0.77% | 0.87% | - |
| XYZ | 36.28 | 49.22 | 77.4 | - |
| YUV | 160.42 | 163.31 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 223 | 0.77 | 0.09 | 0 | 0.13 | 186.63 | 0.73 | 0.54 |
| Hex | 33 | CC | DF | 4D | 9 | 0 | D | BB | 49 | 36 |
| Octal | 63 | 314 | 337 | 115 | 11 | 0 | 15 | 273 | 111 | 66 |
| Binary | 110011 | 11001100 | 11011111 | 1001101 | 1001 | 0 | 1101 | 10111011 | 1001001 | 110110 |
Color Harmonies of #33CCDF
Complementary color
Monochromatic Colors of #33CCDF
Black with #33CCDF
Text Example
Text Example
White with #33CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCDF; }
p { color: rgb(51,204,223); }
H1.HeaderClassName
{
color: #33CCDF;
}
.AnyTagClassName
{
color: #33CCDF;
}
</style>
background-color css
<style>
a { background-color: #33CCDF; }
a { background-color: rgb(51,204,223); }
div.DivClassName
{
background-color: #33CCDF;
}
.BgClassName
{
background-color: #33CCDF;
}
</style>
border-color css
<style>
span { border-color: #33CCDF; }
span { border-color: rgb(51,204,223); }
td.TdClassName
{
border-color: #33CCDF;
}
.TagClassName
{
border-color: #33CCDF;
}
</style>