Shades of Medium Turquoise #30CAC5
Tints of Medium Turquoise #30CAC5
RGB
CMYK
RGB Variations
Color information
#30CAC5 (or 0x30CAC5) is known color: Medium Turquoise. HEX triplet: 30, CA and C5. RGB value is (48,202,197). Sum of RGB (Red+Green+Blue) = 48+202+197=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #30CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CAC5 is #CF353A. Grayscale: #9B9B9B. Windows color (decimal): -13579579 or 12962352. OLE color: 12962352.
HSL color Cylindrical-coordinate representation of color #30CAC5: hue angle of 178.05º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CAC5 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 202 | 197 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.21 |
| HSL | 178.05º | 0.62% | 0.49% | - |
| HSV(B) | 178.05º | 0.76% | 0.79% | - |
| XYZ | 32.42 | 46.9 | 60.17 | - |
| YUV | 155.38 | 151.48 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 202 | 197 | 0.76 | 0 | 0.02 | 0.21 | 178.05 | 0.62 | 0.49 |
| Hex | 30 | CA | C5 | 4C | 0 | 2 | 15 | B2 | 3E | 31 |
| Octal | 60 | 312 | 305 | 114 | 0 | 2 | 25 | 262 | 76 | 61 |
| Binary | 110000 | 11001010 | 11000101 | 1001100 | 0 | 10 | 10101 | 10110010 | 111110 | 110001 |
Color Harmonies of #30CAC5
Complementary color
Monochromatic Colors of #30CAC5
Black with #30CAC5
Text Example
Text Example
White with #30CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CAC5; }
p { color: rgb(48,202,197); }
H1.HeaderClassName
{
color: #30CAC5;
}
.AnyTagClassName
{
color: #30CAC5;
}
</style>
background-color css
<style>
a { background-color: #30CAC5; }
a { background-color: rgb(48,202,197); }
div.DivClassName
{
background-color: #30CAC5;
}
.BgClassName
{
background-color: #30CAC5;
}
</style>
border-color css
<style>
span { border-color: #30CAC5; }
span { border-color: rgb(48,202,197); }
td.TdClassName
{
border-color: #30CAC5;
}
.TagClassName
{
border-color: #30CAC5;
}
</style>