Shades of Medium Turquoise #30CDC0
Tints of Medium Turquoise #30CDC0
RGB
CMYK
RGB Variations
Color information
#30CDC0 (or 0x30CDC0) is known color: Medium Turquoise. HEX triplet: 30, CD and C0. RGB value is (48,205,192). Sum of RGB (Red+Green+Blue) = 48+205+192=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC0 is #CF323F. Grayscale: #9C9C9C. Windows color (decimal): -13578816 or 12635440. OLE color: 12635440.
HSL color Cylindrical-coordinate representation of color #30CDC0: hue angle of 175.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CDC0 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 192 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.20 |
| HSL | 175.03º | 0.62% | 0.5% | - |
| HSV(B) | 175.03º | 0.77% | 0.8% | - |
| XYZ | 32.56 | 48.1 | 57.44 | - |
| YUV | 156.58 | 147.99 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 192 | 0.77 | 0 | 0.06 | 0.20 | 175.03 | 0.62 | 0.5 |
| Hex | 30 | CD | C0 | 4D | 0 | 6 | 14 | AF | 3E | 32 |
| Octal | 60 | 315 | 300 | 115 | 0 | 6 | 24 | 257 | 76 | 62 |
| Binary | 110000 | 11001101 | 11000000 | 1001101 | 0 | 110 | 10100 | 10101111 | 111110 | 110010 |
Color Harmonies of #30CDC0
Complementary color
Monochromatic Colors of #30CDC0
Black with #30CDC0
Text Example
Text Example
White with #30CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDC0; }
p { color: rgb(48,205,192); }
H1.HeaderClassName
{
color: #30CDC0;
}
.AnyTagClassName
{
color: #30CDC0;
}
</style>
background-color css
<style>
a { background-color: #30CDC0; }
a { background-color: rgb(48,205,192); }
div.DivClassName
{
background-color: #30CDC0;
}
.BgClassName
{
background-color: #30CDC0;
}
</style>
border-color css
<style>
span { border-color: #30CDC0; }
span { border-color: rgb(48,205,192); }
td.TdClassName
{
border-color: #30CDC0;
}
.TagClassName
{
border-color: #30CDC0;
}
</style>