Shades of Medium Turquoise #30CEBB
Tints of Medium Turquoise #30CEBB
RGB
CMYK
RGB Variations
Color information
#30CEBB (or 0x30CEBB) is known color: Medium Turquoise. HEX triplet: 30, CE and BB. RGB value is (48,206,187). Sum of RGB (Red+Green+Blue) = 48+206+187=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEBB is #CF3144. Grayscale: #9C9C9C. Windows color (decimal): -13578565 or 12308016. OLE color: 12308016.
HSL color Cylindrical-coordinate representation of color #30CEBB: hue angle of 172.78º 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 #30CEBB is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 187 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.19 |
| HSL | 172.78º | 0.62% | 0.5% | - |
| HSV(B) | 172.78º | 0.77% | 0.81% | - |
| XYZ | 32.26 | 48.36 | 54.65 | - |
| YUV | 156.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 187 | 0.77 | 0 | 0.09 | 0.19 | 172.78 | 0.62 | 0.5 |
| Hex | 30 | CE | BB | 4D | 0 | 9 | 13 | AD | 3E | 32 |
| Octal | 60 | 316 | 273 | 115 | 0 | 11 | 23 | 255 | 76 | 62 |
| Binary | 110000 | 11001110 | 10111011 | 1001101 | 0 | 1001 | 10011 | 10101101 | 111110 | 110010 |
Color Harmonies of #30CEBB
Complementary color
Monochromatic Colors of #30CEBB
Black with #30CEBB
Text Example
Text Example
White with #30CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CEBB; }
p { color: rgb(48,206,187); }
H1.HeaderClassName
{
color: #30CEBB;
}
.AnyTagClassName
{
color: #30CEBB;
}
</style>
background-color css
<style>
a { background-color: #30CEBB; }
a { background-color: rgb(48,206,187); }
div.DivClassName
{
background-color: #30CEBB;
}
.BgClassName
{
background-color: #30CEBB;
}
</style>
border-color css
<style>
span { border-color: #30CEBB; }
span { border-color: rgb(48,206,187); }
td.TdClassName
{
border-color: #30CEBB;
}
.TagClassName
{
border-color: #30CEBB;
}
</style>