Shades of Medium Turquoise #33CADB
Tints of Medium Turquoise #33CADB
RGB
CMYK
RGB Variations
Color information
#33CADB (or 0x33CADB) is known color: Medium Turquoise. HEX triplet: 33, CA and DB. RGB value is (51,202,219). Sum of RGB (Red+Green+Blue) = 51+202+219=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #33CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CADB is #CC3524. Grayscale: #9E9E9E. Windows color (decimal): -13382949 or 14404147. OLE color: 14404147.
HSL color Cylindrical-coordinate representation of color #33CADB: hue angle of 186.07º 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 #33CADB is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 202 | 219 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.14 |
| HSL | 186.07º | 0.7% | 0.53% | - |
| HSV(B) | 186.07º | 0.77% | 0.86% | - |
| XYZ | 35.27 | 48.06 | 74.44 | - |
| YUV | 158.79 | 161.97 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 202 | 219 | 0.77 | 0.08 | 0 | 0.14 | 186.07 | 0.7 | 0.53 |
| Hex | 33 | CA | DB | 4D | 8 | 0 | E | BA | 46 | 35 |
| Octal | 63 | 312 | 333 | 115 | 10 | 0 | 16 | 272 | 106 | 65 |
| Binary | 110011 | 11001010 | 11011011 | 1001101 | 1000 | 0 | 1110 | 10111010 | 1000110 | 110101 |
Color Harmonies of #33CADB
Complementary color
Monochromatic Colors of #33CADB
Black with #33CADB
Text Example
Text Example
White with #33CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CADB; }
p { color: rgb(51,202,219); }
H1.HeaderClassName
{
color: #33CADB;
}
.AnyTagClassName
{
color: #33CADB;
}
</style>
background-color css
<style>
a { background-color: #33CADB; }
a { background-color: rgb(51,202,219); }
div.DivClassName
{
background-color: #33CADB;
}
.BgClassName
{
background-color: #33CADB;
}
</style>
border-color css
<style>
span { border-color: #33CADB; }
span { border-color: rgb(51,202,219); }
td.TdClassName
{
border-color: #33CADB;
}
.TagClassName
{
border-color: #33CADB;
}
</style>