Shades of Medium Turquoise #30D0BE
Tints of Medium Turquoise #30D0BE
RGB
CMYK
RGB Variations
Color information
#30D0BE (or 0x30D0BE) is known color: Medium Turquoise. HEX triplet: 30, D0 and BE. RGB value is (48,208,190). Sum of RGB (Red+Green+Blue) = 48+208+190=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #30D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D0BE is #CF2F41. Grayscale: #9E9E9E. Windows color (decimal): -13578050 or 12505136. OLE color: 12505136.
HSL color Cylindrical-coordinate representation of color #30D0BE: hue angle of 173.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D0BE is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 190 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.18 |
| HSL | 173.25º | 0.63% | 0.5% | - |
| HSV(B) | 173.25º | 0.77% | 0.82% | - |
| XYZ | 33.07 | 49.46 | 56.52 | - |
| YUV | 158.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 190 | 0.77 | 0 | 0.09 | 0.18 | 173.25 | 0.63 | 0.5 |
| Hex | 30 | D0 | BE | 4D | 0 | 9 | 12 | AD | 3F | 32 |
| Octal | 60 | 320 | 276 | 115 | 0 | 11 | 22 | 255 | 77 | 62 |
| Binary | 110000 | 11010000 | 10111110 | 1001101 | 0 | 1001 | 10010 | 10101101 | 111111 | 110010 |
Color Harmonies of #30D0BE
Complementary color
Monochromatic Colors of #30D0BE
Black with #30D0BE
Text Example
Text Example
White with #30D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D0BE; }
p { color: rgb(48,208,190); }
H1.HeaderClassName
{
color: #30D0BE;
}
.AnyTagClassName
{
color: #30D0BE;
}
</style>
background-color css
<style>
a { background-color: #30D0BE; }
a { background-color: rgb(48,208,190); }
div.DivClassName
{
background-color: #30D0BE;
}
.BgClassName
{
background-color: #30D0BE;
}
</style>
border-color css
<style>
span { border-color: #30D0BE; }
span { border-color: rgb(48,208,190); }
td.TdClassName
{
border-color: #30D0BE;
}
.TagClassName
{
border-color: #30D0BE;
}
</style>