Shades of Medium Turquoise #30CDBD
Tints of Medium Turquoise #30CDBD
RGB
CMYK
RGB Variations
Color information
#30CDBD (or 0x30CDBD) is known color: Medium Turquoise. HEX triplet: 30, CD and BD. RGB value is (48,205,189). Sum of RGB (Red+Green+Blue) = 48+205+189=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDBD is #CF3242. Grayscale: #9C9C9C. Windows color (decimal): -13578819 or 12438832. OLE color: 12438832.
HSL color Cylindrical-coordinate representation of color #30CDBD: hue angle of 173.89º 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 #30CDBD is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 189 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.20 |
| HSL | 173.89º | 0.62% | 0.5% | - |
| HSV(B) | 173.89º | 0.77% | 0.8% | - |
| XYZ | 32.24 | 47.97 | 55.7 | - |
| YUV | 156.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 189 | 0.77 | 0 | 0.08 | 0.20 | 173.89 | 0.62 | 0.5 |
| Hex | 30 | CD | BD | 4D | 0 | 8 | 14 | AE | 3E | 32 |
| Octal | 60 | 315 | 275 | 115 | 0 | 10 | 24 | 256 | 76 | 62 |
| Binary | 110000 | 11001101 | 10111101 | 1001101 | 0 | 1000 | 10100 | 10101110 | 111110 | 110010 |
Color Harmonies of #30CDBD
Complementary color
Monochromatic Colors of #30CDBD
Black with #30CDBD
Text Example
Text Example
White with #30CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDBD; }
p { color: rgb(48,205,189); }
H1.HeaderClassName
{
color: #30CDBD;
}
.AnyTagClassName
{
color: #30CDBD;
}
</style>
background-color css
<style>
a { background-color: #30CDBD; }
a { background-color: rgb(48,205,189); }
div.DivClassName
{
background-color: #30CDBD;
}
.BgClassName
{
background-color: #30CDBD;
}
</style>
border-color css
<style>
span { border-color: #30CDBD; }
span { border-color: rgb(48,205,189); }
td.TdClassName
{
border-color: #30CDBD;
}
.TagClassName
{
border-color: #30CDBD;
}
</style>