Shades of Turquoise #30FEC5
Tints of Turquoise #30FEC5
RGB
CMYK
RGB Variations
Color information
#30FEC5 (or 0x30FEC5) is known color: Turquoise. HEX triplet: 30, FE and C5. RGB value is (48,254,197). Sum of RGB (Red+Green+Blue) = 48+254+197=499 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.62% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEC5 is #CF013A. Grayscale: #B9B9B9. Windows color (decimal): -13566267 or 12975664. OLE color: 12975664.
HSL color Cylindrical-coordinate representation of color #30FEC5: hue angle of 163.4º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FEC5 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 197 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.00 |
| HSL | 163.4º | 0.99% | 0.59% | - |
| HSV(B) | 163.4º | 0.81% | 1% | - |
| XYZ | 46.74 | 75.54 | 64.94 | - |
| YUV | 185.91 | 134.25 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 197 | 0.81 | 0 | 0.22 | 0.00 | 163.4 | 0.99 | 0.59 |
| Hex | 30 | FE | C5 | 51 | 0 | 16 | 0 | A3 | 63 | 3B |
| Octal | 60 | 376 | 305 | 121 | 0 | 26 | 0 | 243 | 143 | 73 |
| Binary | 110000 | 11111110 | 11000101 | 1010001 | 0 | 10110 | 0 | 10100011 | 1100011 | 111011 |
Color Harmonies of #30FEC5
Complementary color
Monochromatic Colors of #30FEC5
Black with #30FEC5
Text Example
Text Example
White with #30FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEC5; }
p { color: rgb(48,254,197); }
H1.HeaderClassName
{
color: #30FEC5;
}
.AnyTagClassName
{
color: #30FEC5;
}
</style>
background-color css
<style>
a { background-color: #30FEC5; }
a { background-color: rgb(48,254,197); }
div.DivClassName
{
background-color: #30FEC5;
}
.BgClassName
{
background-color: #30FEC5;
}
</style>
border-color css
<style>
span { border-color: #30FEC5; }
span { border-color: rgb(48,254,197); }
td.TdClassName
{
border-color: #30FEC5;
}
.TagClassName
{
border-color: #30FEC5;
}
</style>