Shades of Turquoise #30FEBA
Tints of Turquoise #30FEBA
RGB
CMYK
RGB Variations
Color information
#30FEBA (or 0x30FEBA) is known color: Turquoise. HEX triplet: 30, FE and BA. RGB value is (48,254,186). Sum of RGB (Red+Green+Blue) = 48+254+186=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEBA is #CF0145. Grayscale: #B8B8B8. Windows color (decimal): -13566278 or 12254768. OLE color: 12254768.
HSL color Cylindrical-coordinate representation of color #30FEBA: hue angle of 160.19º 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 #30FEBA is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 186 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.00 |
| HSL | 160.19º | 0.99% | 0.59% | - |
| HSV(B) | 160.19º | 0.81% | 1% | - |
| XYZ | 45.52 | 75.06 | 58.54 | - |
| YUV | 184.65 | 128.75 | 30.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 186 | 0.81 | 0 | 0.27 | 0.00 | 160.19 | 0.99 | 0.59 |
| Hex | 30 | FE | BA | 51 | 0 | 1B | 0 | A0 | 63 | 3B |
| Octal | 60 | 376 | 272 | 121 | 0 | 33 | 0 | 240 | 143 | 73 |
| Binary | 110000 | 11111110 | 10111010 | 1010001 | 0 | 11011 | 0 | 10100000 | 1100011 | 111011 |
Color Harmonies of #30FEBA
Complementary color
Monochromatic Colors of #30FEBA
Black with #30FEBA
Text Example
Text Example
White with #30FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEBA; }
p { color: rgb(48,254,186); }
H1.HeaderClassName
{
color: #30FEBA;
}
.AnyTagClassName
{
color: #30FEBA;
}
</style>
background-color css
<style>
a { background-color: #30FEBA; }
a { background-color: rgb(48,254,186); }
div.DivClassName
{
background-color: #30FEBA;
}
.BgClassName
{
background-color: #30FEBA;
}
</style>
border-color css
<style>
span { border-color: #30FEBA; }
span { border-color: rgb(48,254,186); }
td.TdClassName
{
border-color: #30FEBA;
}
.TagClassName
{
border-color: #30FEBA;
}
</style>