Shades of Medium Turquoise #30C0C9
Tints of Medium Turquoise #30C0C9
RGB
CMYK
RGB Variations
Color information
#30C0C9 (or 0x30C0C9) is known color: Medium Turquoise. HEX triplet: 30, C0 and C9. RGB value is (48,192,201). Sum of RGB (Red+Green+Blue) = 48+192+201=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #30C0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C0C9 is #CF3F36. Grayscale: #959595. Windows color (decimal): -13582135 or 13221936. OLE color: 13221936.
HSL color Cylindrical-coordinate representation of color #30C0C9: hue angle of 183.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C0C9 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 192 | 201 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.21 |
| HSL | 183.53º | 0.61% | 0.49% | - |
| HSV(B) | 183.53º | 0.76% | 0.79% | - |
| XYZ | 30.61 | 42.54 | 61.86 | - |
| YUV | 149.97 | 156.79 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 201 | 0.76 | 0.04 | 0 | 0.21 | 183.53 | 0.61 | 0.49 |
| Hex | 30 | C0 | C9 | 4C | 4 | 0 | 15 | B8 | 3D | 31 |
| Octal | 60 | 300 | 311 | 114 | 4 | 0 | 25 | 270 | 75 | 61 |
| Binary | 110000 | 11000000 | 11001001 | 1001100 | 100 | 0 | 10101 | 10111000 | 111101 | 110001 |
Color Harmonies of #30C0C9
Complementary color
Monochromatic Colors of #30C0C9
Black with #30C0C9
Text Example
Text Example
White with #30C0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C0C9; }
p { color: rgb(48,192,201); }
H1.HeaderClassName
{
color: #30C0C9;
}
.AnyTagClassName
{
color: #30C0C9;
}
</style>
background-color css
<style>
a { background-color: #30C0C9; }
a { background-color: rgb(48,192,201); }
div.DivClassName
{
background-color: #30C0C9;
}
.BgClassName
{
background-color: #30C0C9;
}
</style>
border-color css
<style>
span { border-color: #30C0C9; }
span { border-color: rgb(48,192,201); }
td.TdClassName
{
border-color: #30C0C9;
}
.TagClassName
{
border-color: #30C0C9;
}
</style>