Shades of Medium Turquoise #33CCDB
Tints of Medium Turquoise #33CCDB
RGB
CMYK
RGB Variations
Color information
#33CCDB (or 0x33CCDB) is known color: Medium Turquoise. HEX triplet: 33, CC and DB. RGB value is (51,204,219). Sum of RGB (Red+Green+Blue) = 51+204+219=474 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.76% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #33CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCDB is #CC3324. Grayscale: #9F9F9F. Windows color (decimal): -13382437 or 14404659. OLE color: 14404659.
HSL color Cylindrical-coordinate representation of color #33CCDB: hue angle of 185.36º degrees, saturation: 0.7, 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 #33CCDB is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 204 | 219 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.14 |
| HSL | 185.36º | 0.7% | 0.53% | - |
| HSV(B) | 185.36º | 0.77% | 0.86% | - |
| XYZ | 35.74 | 49 | 74.59 | - |
| YUV | 159.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 219 | 0.77 | 0.07 | 0 | 0.14 | 185.36 | 0.7 | 0.53 |
| Hex | 33 | CC | DB | 4D | 7 | 0 | E | B9 | 46 | 35 |
| Octal | 63 | 314 | 333 | 115 | 7 | 0 | 16 | 271 | 106 | 65 |
| Binary | 110011 | 11001100 | 11011011 | 1001101 | 111 | 0 | 1110 | 10111001 | 1000110 | 110101 |
Color Harmonies of #33CCDB
Complementary color
Monochromatic Colors of #33CCDB
Black with #33CCDB
Text Example
Text Example
White with #33CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CCDB; }
p { color: rgb(51,204,219); }
H1.HeaderClassName
{
color: #33CCDB;
}
.AnyTagClassName
{
color: #33CCDB;
}
</style>
background-color css
<style>
a { background-color: #33CCDB; }
a { background-color: rgb(51,204,219); }
div.DivClassName
{
background-color: #33CCDB;
}
.BgClassName
{
background-color: #33CCDB;
}
</style>
border-color css
<style>
span { border-color: #33CCDB; }
span { border-color: rgb(51,204,219); }
td.TdClassName
{
border-color: #33CCDB;
}
.TagClassName
{
border-color: #33CCDB;
}
</style>