Shades of Medium Turquoise #33CDB8
Tints of Medium Turquoise #33CDB8
RGB
CMYK
RGB Variations
Color information
#33CDB8 (or 0x33CDB8) is known color: Medium Turquoise. HEX triplet: 33, CD and B8. RGB value is (51,205,184). Sum of RGB (Red+Green+Blue) = 51+205+184=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDB8 is #CC3247. Grayscale: #9C9C9C. Windows color (decimal): -13382216 or 12111155. OLE color: 12111155.
HSL color Cylindrical-coordinate representation of color #33CDB8: hue angle of 171.82º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CDB8 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 205 | 184 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.20 |
| HSL | 171.82º | 0.61% | 0.5% | - |
| HSV(B) | 171.82º | 0.75% | 0.8% | - |
| XYZ | 31.85 | 47.83 | 52.9 | - |
| YUV | 156.56 | 143.48 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 205 | 184 | 0.75 | 0 | 0.10 | 0.20 | 171.82 | 0.61 | 0.5 |
| Hex | 33 | CD | B8 | 4B | 0 | A | 14 | AC | 3D | 32 |
| Octal | 63 | 315 | 270 | 113 | 0 | 12 | 24 | 254 | 75 | 62 |
| Binary | 110011 | 11001101 | 10111000 | 1001011 | 0 | 1010 | 10100 | 10101100 | 111101 | 110010 |
Color Harmonies of #33CDB8
Complementary color
Monochromatic Colors of #33CDB8
Black with #33CDB8
Text Example
Text Example
White with #33CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CDB8; }
p { color: rgb(51,205,184); }
H1.HeaderClassName
{
color: #33CDB8;
}
.AnyTagClassName
{
color: #33CDB8;
}
</style>
background-color css
<style>
a { background-color: #33CDB8; }
a { background-color: rgb(51,205,184); }
div.DivClassName
{
background-color: #33CDB8;
}
.BgClassName
{
background-color: #33CDB8;
}
</style>
border-color css
<style>
span { border-color: #33CDB8; }
span { border-color: rgb(51,205,184); }
td.TdClassName
{
border-color: #33CDB8;
}
.TagClassName
{
border-color: #33CDB8;
}
</style>