Shades of Medium Turquoise #30CEBD
Tints of Medium Turquoise #30CEBD
RGB
CMYK
RGB Variations
Color information
#30CEBD (or 0x30CEBD) is known color: Medium Turquoise. HEX triplet: 30, CE and BD. RGB value is (48,206,189). Sum of RGB (Red+Green+Blue) = 48+206+189=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEBD is #CF3142. Grayscale: #9C9C9C. Windows color (decimal): -13578563 or 12439088. OLE color: 12439088.
HSL color Cylindrical-coordinate representation of color #30CEBD: hue angle of 173.54º 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 #30CEBD is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 189 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.19 |
| HSL | 173.54º | 0.62% | 0.5% | - |
| HSV(B) | 173.54º | 0.77% | 0.81% | - |
| XYZ | 32.48 | 48.45 | 55.78 | - |
| YUV | 156.82 | 146.15 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 189 | 0.77 | 0 | 0.08 | 0.19 | 173.54 | 0.62 | 0.5 |
| Hex | 30 | CE | BD | 4D | 0 | 8 | 13 | AE | 3E | 32 |
| Octal | 60 | 316 | 275 | 115 | 0 | 10 | 23 | 256 | 76 | 62 |
| Binary | 110000 | 11001110 | 10111101 | 1001101 | 0 | 1000 | 10011 | 10101110 | 111110 | 110010 |
Color Harmonies of #30CEBD
Complementary color
Monochromatic Colors of #30CEBD
Black with #30CEBD
Text Example
Text Example
White with #30CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CEBD; }
p { color: rgb(48,206,189); }
H1.HeaderClassName
{
color: #30CEBD;
}
.AnyTagClassName
{
color: #30CEBD;
}
</style>
background-color css
<style>
a { background-color: #30CEBD; }
a { background-color: rgb(48,206,189); }
div.DivClassName
{
background-color: #30CEBD;
}
.BgClassName
{
background-color: #30CEBD;
}
</style>
border-color css
<style>
span { border-color: #30CEBD; }
span { border-color: rgb(48,206,189); }
td.TdClassName
{
border-color: #30CEBD;
}
.TagClassName
{
border-color: #30CEBD;
}
</style>