Shades of Medium Turquoise #33CBDB
Tints of Medium Turquoise #33CBDB
RGB
CMYK
RGB Variations
Color information
#33CBDB (or 0x33CBDB) is known color: Medium Turquoise. HEX triplet: 33, CB and DB. RGB value is (51,203,219). Sum of RGB (Red+Green+Blue) = 51+203+219=473 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.78% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #33CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBDB is #CC3424. Grayscale: #9F9F9F. Windows color (decimal): -13382693 or 14404403. OLE color: 14404403.
HSL color Cylindrical-coordinate representation of color #33CBDB: hue angle of 185.71º 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 #33CBDB is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 203 | 219 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.14 |
| HSL | 185.71º | 0.7% | 0.53% | - |
| HSV(B) | 185.71º | 0.77% | 0.86% | - |
| XYZ | 35.51 | 48.53 | 74.51 | - |
| YUV | 159.38 | 161.64 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 219 | 0.77 | 0.07 | 0 | 0.14 | 185.71 | 0.7 | 0.53 |
| Hex | 33 | CB | DB | 4D | 7 | 0 | E | BA | 46 | 35 |
| Octal | 63 | 313 | 333 | 115 | 7 | 0 | 16 | 272 | 106 | 65 |
| Binary | 110011 | 11001011 | 11011011 | 1001101 | 111 | 0 | 1110 | 10111010 | 1000110 | 110101 |
Color Harmonies of #33CBDB
Complementary color
Monochromatic Colors of #33CBDB
Black with #33CBDB
Text Example
Text Example
White with #33CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBDB; }
p { color: rgb(51,203,219); }
H1.HeaderClassName
{
color: #33CBDB;
}
.AnyTagClassName
{
color: #33CBDB;
}
</style>
background-color css
<style>
a { background-color: #33CBDB; }
a { background-color: rgb(51,203,219); }
div.DivClassName
{
background-color: #33CBDB;
}
.BgClassName
{
background-color: #33CBDB;
}
</style>
border-color css
<style>
span { border-color: #33CBDB; }
span { border-color: rgb(51,203,219); }
td.TdClassName
{
border-color: #33CBDB;
}
.TagClassName
{
border-color: #33CBDB;
}
</style>