Shades of Medium Turquoise #33CDDB
Tints of Medium Turquoise #33CDDB
RGB
CMYK
RGB Variations
Color information
#33CDDB (or 0x33CDDB) is known color: Medium Turquoise. HEX triplet: 33, CD and DB. RGB value is (51,205,219). Sum of RGB (Red+Green+Blue) = 51+205+219=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #33CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDDB is #CC3224. Grayscale: #A0A0A0. Windows color (decimal): -13382181 or 14404915. OLE color: 14404915.
HSL color Cylindrical-coordinate representation of color #33CDDB: hue angle of 185º 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 #33CDDB is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 205 | 219 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.14 |
| HSL | 185º | 0.7% | 0.53% | - |
| HSV(B) | 185º | 0.77% | 0.86% | - |
| XYZ | 35.98 | 49.48 | 74.67 | - |
| YUV | 160.55 | 160.98 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 219 | 0.77 | 0.06 | 0 | 0.14 | 185 | 0.7 | 0.53 |
| Hex | 33 | CD | DB | 4D | 6 | 0 | E | B9 | 46 | 35 |
| Octal | 63 | 315 | 333 | 115 | 6 | 0 | 16 | 271 | 106 | 65 |
| Binary | 110011 | 11001101 | 11011011 | 1001101 | 110 | 0 | 1110 | 10111001 | 1000110 | 110101 |
Color Harmonies of #33CDDB
Complementary color
Monochromatic Colors of #33CDDB
Black with #33CDDB
Text Example
Text Example
White with #33CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CDDB; }
p { color: rgb(51,205,219); }
H1.HeaderClassName
{
color: #33CDDB;
}
.AnyTagClassName
{
color: #33CDDB;
}
</style>
background-color css
<style>
a { background-color: #33CDDB; }
a { background-color: rgb(51,205,219); }
div.DivClassName
{
background-color: #33CDDB;
}
.BgClassName
{
background-color: #33CDDB;
}
</style>
border-color css
<style>
span { border-color: #33CDDB; }
span { border-color: rgb(51,205,219); }
td.TdClassName
{
border-color: #33CDDB;
}
.TagClassName
{
border-color: #33CDDB;
}
</style>