Shades of Medium Turquoise #30CEBA
Tints of Medium Turquoise #30CEBA
RGB
CMYK
RGB Variations
Color information
#30CEBA (or 0x30CEBA) is known color: Medium Turquoise. HEX triplet: 30, CE and BA. RGB value is (48,206,186). Sum of RGB (Red+Green+Blue) = 48+206+186=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEBA is #CF3145. Grayscale: #9C9C9C. Windows color (decimal): -13578566 or 12242480. OLE color: 12242480.
HSL color Cylindrical-coordinate representation of color #30CEBA: hue angle of 172.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CEBA is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 186 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.19 |
| HSL | 172.41º | 0.62% | 0.5% | - |
| HSV(B) | 172.41º | 0.77% | 0.81% | - |
| XYZ | 32.15 | 48.32 | 54.09 | - |
| YUV | 156.48 | 144.65 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 186 | 0.77 | 0 | 0.10 | 0.19 | 172.41 | 0.62 | 0.5 |
| Hex | 30 | CE | BA | 4D | 0 | A | 13 | AC | 3E | 32 |
| Octal | 60 | 316 | 272 | 115 | 0 | 12 | 23 | 254 | 76 | 62 |
| Binary | 110000 | 11001110 | 10111010 | 1001101 | 0 | 1010 | 10011 | 10101100 | 111110 | 110010 |
Color Harmonies of #30CEBA
Complementary color
Monochromatic Colors of #30CEBA
Black with #30CEBA
Text Example
Text Example
White with #30CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CEBA; }
p { color: rgb(48,206,186); }
H1.HeaderClassName
{
color: #30CEBA;
}
.AnyTagClassName
{
color: #30CEBA;
}
</style>
background-color css
<style>
a { background-color: #30CEBA; }
a { background-color: rgb(48,206,186); }
div.DivClassName
{
background-color: #30CEBA;
}
.BgClassName
{
background-color: #30CEBA;
}
</style>
border-color css
<style>
span { border-color: #30CEBA; }
span { border-color: rgb(48,206,186); }
td.TdClassName
{
border-color: #30CEBA;
}
.TagClassName
{
border-color: #30CEBA;
}
</style>