Shades of Medium Turquoise #30CCBD
Tints of Medium Turquoise #30CCBD
RGB
CMYK
RGB Variations
Color information
#30CCBD (or 0x30CCBD) is known color: Medium Turquoise. HEX triplet: 30, CC and BD. RGB value is (48,204,189). Sum of RGB (Red+Green+Blue) = 48+204+189=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCBD is #CF3342. Grayscale: #9B9B9B. Windows color (decimal): -13579075 or 12438576. OLE color: 12438576.
HSL color Cylindrical-coordinate representation of color #30CCBD: hue angle of 174.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CCBD is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 189 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.2 |
| HSL | 174.23º | 0.62% | 0.49% | - |
| HSV(B) | 174.23º | 0.76% | 0.8% | - |
| XYZ | 32 | 47.49 | 55.62 | - |
| YUV | 155.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 189 | 0.76 | 0 | 0.07 | 0.2 | 174.23 | 0.62 | 0.49 |
| Hex | 30 | CC | BD | 4C | 0 | 7 | 14 | AE | 3E | 31 |
| Octal | 60 | 314 | 275 | 114 | 0 | 7 | 24 | 256 | 76 | 61 |
| Binary | 110000 | 11001100 | 10111101 | 1001100 | 0 | 111 | 10100 | 10101110 | 111110 | 110001 |
Color Harmonies of #30CCBD
Complementary color
Monochromatic Colors of #30CCBD
Black with #30CCBD
Text Example
Text Example
White with #30CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCBD; }
p { color: rgb(48,204,189); }
H1.HeaderClassName
{
color: #30CCBD;
}
.AnyTagClassName
{
color: #30CCBD;
}
</style>
background-color css
<style>
a { background-color: #30CCBD; }
a { background-color: rgb(48,204,189); }
div.DivClassName
{
background-color: #30CCBD;
}
.BgClassName
{
background-color: #30CCBD;
}
</style>
border-color css
<style>
span { border-color: #30CCBD; }
span { border-color: rgb(48,204,189); }
td.TdClassName
{
border-color: #30CCBD;
}
.TagClassName
{
border-color: #30CCBD;
}
</style>