Shades of Medium Turquoise #30C8BB
Tints of Medium Turquoise #30C8BB
RGB
CMYK
RGB Variations
Color information
#30C8BB (or 0x30C8BB) is known color: Medium Turquoise. HEX triplet: 30, C8 and BB. RGB value is (48,200,187). Sum of RGB (Red+Green+Blue) = 48+200+187=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #30C8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C8BB is #CF3744. Grayscale: #989898. Windows color (decimal): -13580101 or 12306480. OLE color: 12306480.
HSL color Cylindrical-coordinate representation of color #30C8BB: hue angle of 174.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C8BB is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 200 | 187 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.22 |
| HSL | 174.87º | 0.61% | 0.49% | - |
| HSV(B) | 174.87º | 0.76% | 0.78% | - |
| XYZ | 30.84 | 45.52 | 54.18 | - |
| YUV | 153.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 187 | 0.76 | 0 | 0.06 | 0.22 | 174.87 | 0.61 | 0.49 |
| Hex | 30 | C8 | BB | 4C | 0 | 6 | 16 | AF | 3D | 31 |
| Octal | 60 | 310 | 273 | 114 | 0 | 6 | 26 | 257 | 75 | 61 |
| Binary | 110000 | 11001000 | 10111011 | 1001100 | 0 | 110 | 10110 | 10101111 | 111101 | 110001 |
Color Harmonies of #30C8BB
Complementary color
Monochromatic Colors of #30C8BB
Black with #30C8BB
Text Example
Text Example
White with #30C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C8BB; }
p { color: rgb(48,200,187); }
H1.HeaderClassName
{
color: #30C8BB;
}
.AnyTagClassName
{
color: #30C8BB;
}
</style>
background-color css
<style>
a { background-color: #30C8BB; }
a { background-color: rgb(48,200,187); }
div.DivClassName
{
background-color: #30C8BB;
}
.BgClassName
{
background-color: #30C8BB;
}
</style>
border-color css
<style>
span { border-color: #30C8BB; }
span { border-color: rgb(48,200,187); }
td.TdClassName
{
border-color: #30C8BB;
}
.TagClassName
{
border-color: #30C8BB;
}
</style>