Shades of Medium Turquoise #30CDBA
Tints of Medium Turquoise #30CDBA
RGB
CMYK
RGB Variations
Color information
#30CDBA (or 0x30CDBA) is known color: Medium Turquoise. HEX triplet: 30, CD and BA. RGB value is (48,205,186). Sum of RGB (Red+Green+Blue) = 48+205+186=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDBA is #CF3245. Grayscale: #9B9B9B. Windows color (decimal): -13578822 or 12242224. OLE color: 12242224.
HSL color Cylindrical-coordinate representation of color #30CDBA: hue angle of 172.74º 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 #30CDBA is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 186 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.20 |
| HSL | 172.74º | 0.62% | 0.5% | - |
| HSV(B) | 172.74º | 0.77% | 0.8% | - |
| XYZ | 31.91 | 47.84 | 54.01 | - |
| YUV | 155.89 | 144.99 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 186 | 0.77 | 0 | 0.09 | 0.20 | 172.74 | 0.62 | 0.5 |
| Hex | 30 | CD | BA | 4D | 0 | 9 | 14 | AD | 3E | 32 |
| Octal | 60 | 315 | 272 | 115 | 0 | 11 | 24 | 255 | 76 | 62 |
| Binary | 110000 | 11001101 | 10111010 | 1001101 | 0 | 1001 | 10100 | 10101101 | 111110 | 110010 |
Color Harmonies of #30CDBA
Complementary color
Monochromatic Colors of #30CDBA
Black with #30CDBA
Text Example
Text Example
White with #30CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDBA; }
p { color: rgb(48,205,186); }
H1.HeaderClassName
{
color: #30CDBA;
}
.AnyTagClassName
{
color: #30CDBA;
}
</style>
background-color css
<style>
a { background-color: #30CDBA; }
a { background-color: rgb(48,205,186); }
div.DivClassName
{
background-color: #30CDBA;
}
.BgClassName
{
background-color: #30CDBA;
}
</style>
border-color css
<style>
span { border-color: #30CDBA; }
span { border-color: rgb(48,205,186); }
td.TdClassName
{
border-color: #30CDBA;
}
.TagClassName
{
border-color: #30CDBA;
}
</style>