Shades of Medium Turquoise #30CBC5
Tints of Medium Turquoise #30CBC5
RGB
CMYK
RGB Variations
Color information
#30CBC5 (or 0x30CBC5) is known color: Medium Turquoise. HEX triplet: 30, CB and C5. RGB value is (48,203,197). Sum of RGB (Red+Green+Blue) = 48+203+197=448 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.71% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #30CBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CBC5 is #CF343A. Grayscale: #9B9B9B. Windows color (decimal): -13579323 or 12962608. OLE color: 12962608.
HSL color Cylindrical-coordinate representation of color #30CBC5: hue angle of 177.68º 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 #30CBC5 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 203 | 197 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.20 |
| HSL | 177.68º | 0.62% | 0.49% | - |
| HSV(B) | 177.68º | 0.76% | 0.8% | - |
| XYZ | 32.65 | 47.37 | 60.25 | - |
| YUV | 155.97 | 151.15 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 197 | 0.76 | 0 | 0.03 | 0.20 | 177.68 | 0.62 | 0.49 |
| Hex | 30 | CB | C5 | 4C | 0 | 3 | 14 | B2 | 3E | 31 |
| Octal | 60 | 313 | 305 | 114 | 0 | 3 | 24 | 262 | 76 | 61 |
| Binary | 110000 | 11001011 | 11000101 | 1001100 | 0 | 11 | 10100 | 10110010 | 111110 | 110001 |
Color Harmonies of #30CBC5
Complementary color
Monochromatic Colors of #30CBC5
Black with #30CBC5
Text Example
Text Example
White with #30CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBC5; }
p { color: rgb(48,203,197); }
H1.HeaderClassName
{
color: #30CBC5;
}
.AnyTagClassName
{
color: #30CBC5;
}
</style>
background-color css
<style>
a { background-color: #30CBC5; }
a { background-color: rgb(48,203,197); }
div.DivClassName
{
background-color: #30CBC5;
}
.BgClassName
{
background-color: #30CBC5;
}
</style>
border-color css
<style>
span { border-color: #30CBC5; }
span { border-color: rgb(48,203,197); }
td.TdClassName
{
border-color: #30CBC5;
}
.TagClassName
{
border-color: #30CBC5;
}
</style>