Shades of Medium Turquoise #30CDC1
Tints of Medium Turquoise #30CDC1
RGB
CMYK
RGB Variations
Color information
#30CDC1 (or 0x30CDC1) is known color: Medium Turquoise. HEX triplet: 30, CD and C1. RGB value is (48,205,193). Sum of RGB (Red+Green+Blue) = 48+205+193=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC1 is #CF323E. Grayscale: #9C9C9C. Windows color (decimal): -13578815 or 12700976. OLE color: 12700976.
HSL color Cylindrical-coordinate representation of color #30CDC1: hue angle of 175.41º 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 #30CDC1 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 193 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.20 |
| HSL | 175.41º | 0.62% | 0.5% | - |
| HSV(B) | 175.41º | 0.77% | 0.8% | - |
| XYZ | 32.68 | 48.14 | 58.02 | - |
| YUV | 156.69 | 148.49 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 193 | 0.77 | 0 | 0.06 | 0.20 | 175.41 | 0.62 | 0.5 |
| Hex | 30 | CD | C1 | 4D | 0 | 6 | 14 | AF | 3E | 32 |
| Octal | 60 | 315 | 301 | 115 | 0 | 6 | 24 | 257 | 76 | 62 |
| Binary | 110000 | 11001101 | 11000001 | 1001101 | 0 | 110 | 10100 | 10101111 | 111110 | 110010 |
Color Harmonies of #30CDC1
Complementary color
Monochromatic Colors of #30CDC1
Black with #30CDC1
Text Example
Text Example
White with #30CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDC1; }
p { color: rgb(48,205,193); }
H1.HeaderClassName
{
color: #30CDC1;
}
.AnyTagClassName
{
color: #30CDC1;
}
</style>
background-color css
<style>
a { background-color: #30CDC1; }
a { background-color: rgb(48,205,193); }
div.DivClassName
{
background-color: #30CDC1;
}
.BgClassName
{
background-color: #30CDC1;
}
</style>
border-color css
<style>
span { border-color: #30CDC1; }
span { border-color: rgb(48,205,193); }
td.TdClassName
{
border-color: #30CDC1;
}
.TagClassName
{
border-color: #30CDC1;
}
</style>