Shades of Medium Turquoise #30CFBD
Tints of Medium Turquoise #30CFBD
RGB
CMYK
RGB Variations
Color information
#30CFBD (or 0x30CFBD) is known color: Medium Turquoise. HEX triplet: 30, CF and BD. RGB value is (48,207,189). Sum of RGB (Red+Green+Blue) = 48+207+189=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #30CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CFBD is #CF3042. Grayscale: #9D9D9D. Windows color (decimal): -13578307 or 12439344. OLE color: 12439344.
HSL color Cylindrical-coordinate representation of color #30CFBD: hue angle of 173.21º 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 #30CFBD is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 189 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.19 |
| HSL | 173.21º | 0.62% | 0.5% | - |
| HSV(B) | 173.21º | 0.77% | 0.81% | - |
| XYZ | 32.72 | 48.93 | 55.86 | - |
| YUV | 157.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 189 | 0.77 | 0 | 0.09 | 0.19 | 173.21 | 0.62 | 0.5 |
| Hex | 30 | CF | BD | 4D | 0 | 9 | 13 | AD | 3E | 32 |
| Octal | 60 | 317 | 275 | 115 | 0 | 11 | 23 | 255 | 76 | 62 |
| Binary | 110000 | 11001111 | 10111101 | 1001101 | 0 | 1001 | 10011 | 10101101 | 111110 | 110010 |
Color Harmonies of #30CFBD
Complementary color
Monochromatic Colors of #30CFBD
Black with #30CFBD
Text Example
Text Example
White with #30CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFBD; }
p { color: rgb(48,207,189); }
H1.HeaderClassName
{
color: #30CFBD;
}
.AnyTagClassName
{
color: #30CFBD;
}
</style>
background-color css
<style>
a { background-color: #30CFBD; }
a { background-color: rgb(48,207,189); }
div.DivClassName
{
background-color: #30CFBD;
}
.BgClassName
{
background-color: #30CFBD;
}
</style>
border-color css
<style>
span { border-color: #30CFBD; }
span { border-color: rgb(48,207,189); }
td.TdClassName
{
border-color: #30CFBD;
}
.TagClassName
{
border-color: #30CFBD;
}
</style>