Shades of Turquoise #30FEB0
Tints of Turquoise #30FEB0
RGB
CMYK
RGB Variations
Color information
#30FEB0 (or 0x30FEB0) is known color: Turquoise. HEX triplet: 30, FE and B0. RGB value is (48,254,176). Sum of RGB (Red+Green+Blue) = 48+254+176=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FEB0 is #CF014F. Grayscale: #B7B7B7. Windows color (decimal): -13566288 or 11599408. OLE color: 11599408.
HSL color Cylindrical-coordinate representation of color #30FEB0: hue angle of 157.28º 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 #30FEB0 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 176 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.00 |
| HSL | 157.28º | 0.99% | 0.59% | - |
| HSV(B) | 157.28º | 0.81% | 1% | - |
| XYZ | 44.5 | 74.65 | 53.14 | - |
| YUV | 183.51 | 123.75 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 176 | 0.81 | 0 | 0.31 | 0.00 | 157.28 | 0.99 | 0.59 |
| Hex | 30 | FE | B0 | 51 | 0 | 1F | 0 | 9D | 63 | 3B |
| Octal | 60 | 376 | 260 | 121 | 0 | 37 | 0 | 235 | 143 | 73 |
| Binary | 110000 | 11111110 | 10110000 | 1010001 | 0 | 11111 | 0 | 10011101 | 1100011 | 111011 |
Color Harmonies of #30FEB0
Complementary color
Monochromatic Colors of #30FEB0
Black with #30FEB0
Text Example
Text Example
White with #30FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEB0; }
p { color: rgb(48,254,176); }
H1.HeaderClassName
{
color: #30FEB0;
}
.AnyTagClassName
{
color: #30FEB0;
}
</style>
background-color css
<style>
a { background-color: #30FEB0; }
a { background-color: rgb(48,254,176); }
div.DivClassName
{
background-color: #30FEB0;
}
.BgClassName
{
background-color: #30FEB0;
}
</style>
border-color css
<style>
span { border-color: #30FEB0; }
span { border-color: rgb(48,254,176); }
td.TdClassName
{
border-color: #30FEB0;
}
.TagClassName
{
border-color: #30FEB0;
}
</style>