Shades of Medium Turquoise #30BDC7
Tints of Medium Turquoise #30BDC7
RGB
CMYK
RGB Variations
Color information
#30BDC7 (or 0x30BDC7) is known color: Medium Turquoise. HEX triplet: 30, BD and C7. RGB value is (48,189,199). Sum of RGB (Red+Green+Blue) = 48+189+199=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #30BDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BDC7 is #CF4238. Grayscale: #939393. Windows color (decimal): -13582905 or 13090096. OLE color: 13090096.
HSL color Cylindrical-coordinate representation of color #30BDC7: hue angle of 183.97º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BDC7 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 189 | 199 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.22 |
| HSL | 183.97º | 0.61% | 0.48% | - |
| HSV(B) | 183.97º | 0.76% | 0.78% | - |
| XYZ | 29.73 | 41.15 | 60.41 | - |
| YUV | 147.98 | 156.79 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 199 | 0.76 | 0.05 | 0 | 0.22 | 183.97 | 0.61 | 0.48 |
| Hex | 30 | BD | C7 | 4C | 5 | 0 | 16 | B8 | 3D | 30 |
| Octal | 60 | 275 | 307 | 114 | 5 | 0 | 26 | 270 | 75 | 60 |
| Binary | 110000 | 10111101 | 11000111 | 1001100 | 101 | 0 | 10110 | 10111000 | 111101 | 110000 |
Color Harmonies of #30BDC7
Complementary color
Monochromatic Colors of #30BDC7
Black with #30BDC7
Text Example
Text Example
White with #30BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDC7; }
p { color: rgb(48,189,199); }
H1.HeaderClassName
{
color: #30BDC7;
}
.AnyTagClassName
{
color: #30BDC7;
}
</style>
background-color css
<style>
a { background-color: #30BDC7; }
a { background-color: rgb(48,189,199); }
div.DivClassName
{
background-color: #30BDC7;
}
.BgClassName
{
background-color: #30BDC7;
}
</style>
border-color css
<style>
span { border-color: #30BDC7; }
span { border-color: rgb(48,189,199); }
td.TdClassName
{
border-color: #30BDC7;
}
.TagClassName
{
border-color: #30BDC7;
}
</style>