Shades of Turquoise #30FEBB
Tints of Turquoise #30FEBB
RGB
CMYK
RGB Variations
Color information
#30FEBB (or 0x30FEBB) is known color: Turquoise. HEX triplet: 30, FE and BB. RGB value is (48,254,187). Sum of RGB (Red+Green+Blue) = 48+254+187=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEBB is #CF0144. Grayscale: #B8B8B8. Windows color (decimal): -13566277 or 12320304. OLE color: 12320304.
HSL color Cylindrical-coordinate representation of color #30FEBB: hue angle of 160.49º 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 #30FEBB is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 187 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.00 |
| HSL | 160.49º | 0.99% | 0.59% | - |
| HSV(B) | 160.49º | 0.81% | 1% | - |
| XYZ | 45.63 | 75.1 | 59.1 | - |
| YUV | 184.77 | 129.25 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 187 | 0.81 | 0 | 0.26 | 0.00 | 160.49 | 0.99 | 0.59 |
| Hex | 30 | FE | BB | 51 | 0 | 1A | 0 | A0 | 63 | 3B |
| Octal | 60 | 376 | 273 | 121 | 0 | 32 | 0 | 240 | 143 | 73 |
| Binary | 110000 | 11111110 | 10111011 | 1010001 | 0 | 11010 | 0 | 10100000 | 1100011 | 111011 |
Color Harmonies of #30FEBB
Complementary color
Monochromatic Colors of #30FEBB
Black with #30FEBB
Text Example
Text Example
White with #30FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEBB; }
p { color: rgb(48,254,187); }
H1.HeaderClassName
{
color: #30FEBB;
}
.AnyTagClassName
{
color: #30FEBB;
}
</style>
background-color css
<style>
a { background-color: #30FEBB; }
a { background-color: rgb(48,254,187); }
div.DivClassName
{
background-color: #30FEBB;
}
.BgClassName
{
background-color: #30FEBB;
}
</style>
border-color css
<style>
span { border-color: #30FEBB; }
span { border-color: rgb(48,254,187); }
td.TdClassName
{
border-color: #30FEBB;
}
.TagClassName
{
border-color: #30FEBB;
}
</style>