Shades of Medium Turquoise #30CBB8
Tints of Medium Turquoise #30CBB8
RGB
CMYK
RGB Variations
Color information
#30CBB8 (or 0x30CBB8) is known color: Medium Turquoise. HEX triplet: 30, CB and B8. RGB value is (48,203,184). Sum of RGB (Red+Green+Blue) = 48+203+184=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #30CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBB8 is #CF3447. Grayscale: #9A9A9A. Windows color (decimal): -13579336 or 12110640. OLE color: 12110640.
HSL color Cylindrical-coordinate representation of color #30CBB8: hue angle of 172.65º 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 #30CBB8 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 184 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.20 |
| HSL | 172.65º | 0.62% | 0.49% | - |
| HSV(B) | 172.65º | 0.76% | 0.8% | - |
| XYZ | 31.23 | 46.8 | 52.74 | - |
| YUV | 154.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 184 | 0.76 | 0 | 0.09 | 0.20 | 172.65 | 0.62 | 0.49 |
| Hex | 30 | CB | B8 | 4C | 0 | 9 | 14 | AD | 3E | 31 |
| Octal | 60 | 313 | 270 | 114 | 0 | 11 | 24 | 255 | 76 | 61 |
| Binary | 110000 | 11001011 | 10111000 | 1001100 | 0 | 1001 | 10100 | 10101101 | 111110 | 110001 |
Color Harmonies of #30CBB8
Complementary color
Monochromatic Colors of #30CBB8
Black with #30CBB8
Text Example
Text Example
White with #30CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBB8; }
p { color: rgb(48,203,184); }
H1.HeaderClassName
{
color: #30CBB8;
}
.AnyTagClassName
{
color: #30CBB8;
}
</style>
background-color css
<style>
a { background-color: #30CBB8; }
a { background-color: rgb(48,203,184); }
div.DivClassName
{
background-color: #30CBB8;
}
.BgClassName
{
background-color: #30CBB8;
}
</style>
border-color css
<style>
span { border-color: #30CBB8; }
span { border-color: rgb(48,203,184); }
td.TdClassName
{
border-color: #30CBB8;
}
.TagClassName
{
border-color: #30CBB8;
}
</style>