Shades of Turquoise #30FEBC
Tints of Turquoise #30FEBC
RGB
CMYK
RGB Variations
Color information
#30FEBC (or 0x30FEBC) is known color: Turquoise. HEX triplet: 30, FE and BC. RGB value is (48,254,188). Sum of RGB (Red+Green+Blue) = 48+254+188=490 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.80% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEBC is #CF0143. Grayscale: #B8B8B8. Windows color (decimal): -13566276 or 12385840. OLE color: 12385840.
HSL color Cylindrical-coordinate representation of color #30FEBC: hue angle of 160.78º 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 #30FEBC is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 188 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.00 |
| HSL | 160.78º | 0.99% | 0.59% | - |
| HSV(B) | 160.78º | 0.81% | 1% | - |
| XYZ | 45.74 | 75.14 | 59.67 | - |
| YUV | 184.88 | 129.75 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 188 | 0.81 | 0 | 0.26 | 0.00 | 160.78 | 0.99 | 0.59 |
| Hex | 30 | FE | BC | 51 | 0 | 1A | 0 | A1 | 63 | 3B |
| Octal | 60 | 376 | 274 | 121 | 0 | 32 | 0 | 241 | 143 | 73 |
| Binary | 110000 | 11111110 | 10111100 | 1010001 | 0 | 11010 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #30FEBC
Complementary color
Monochromatic Colors of #30FEBC
Black with #30FEBC
Text Example
Text Example
White with #30FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEBC; }
p { color: rgb(48,254,188); }
H1.HeaderClassName
{
color: #30FEBC;
}
.AnyTagClassName
{
color: #30FEBC;
}
</style>
background-color css
<style>
a { background-color: #30FEBC; }
a { background-color: rgb(48,254,188); }
div.DivClassName
{
background-color: #30FEBC;
}
.BgClassName
{
background-color: #30FEBC;
}
</style>
border-color css
<style>
span { border-color: #30FEBC; }
span { border-color: rgb(48,254,188); }
td.TdClassName
{
border-color: #30FEBC;
}
.TagClassName
{
border-color: #30FEBC;
}
</style>