Shades of Medium Turquoise #30CDBC
Tints of Medium Turquoise #30CDBC
RGB
CMYK
RGB Variations
Color information
#30CDBC (or 0x30CDBC) is known color: Medium Turquoise. HEX triplet: 30, CD and BC. RGB value is (48,205,188). Sum of RGB (Red+Green+Blue) = 48+205+188=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDBC is #CF3243. Grayscale: #9C9C9C. Windows color (decimal): -13578820 or 12373296. OLE color: 12373296.
HSL color Cylindrical-coordinate representation of color #30CDBC: hue angle of 173.5º 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 #30CDBC is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 188 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.20 |
| HSL | 173.5º | 0.62% | 0.5% | - |
| HSV(B) | 173.5º | 0.77% | 0.8% | - |
| XYZ | 32.13 | 47.92 | 55.13 | - |
| YUV | 156.12 | 145.99 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 188 | 0.77 | 0 | 0.08 | 0.20 | 173.5 | 0.62 | 0.5 |
| Hex | 30 | CD | BC | 4D | 0 | 8 | 14 | AE | 3E | 32 |
| Octal | 60 | 315 | 274 | 115 | 0 | 10 | 24 | 256 | 76 | 62 |
| Binary | 110000 | 11001101 | 10111100 | 1001101 | 0 | 1000 | 10100 | 10101110 | 111110 | 110010 |
Color Harmonies of #30CDBC
Complementary color
Monochromatic Colors of #30CDBC
Black with #30CDBC
Text Example
Text Example
White with #30CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDBC; }
p { color: rgb(48,205,188); }
H1.HeaderClassName
{
color: #30CDBC;
}
.AnyTagClassName
{
color: #30CDBC;
}
</style>
background-color css
<style>
a { background-color: #30CDBC; }
a { background-color: rgb(48,205,188); }
div.DivClassName
{
background-color: #30CDBC;
}
.BgClassName
{
background-color: #30CDBC;
}
</style>
border-color css
<style>
span { border-color: #30CDBC; }
span { border-color: rgb(48,205,188); }
td.TdClassName
{
border-color: #30CDBC;
}
.TagClassName
{
border-color: #30CDBC;
}
</style>