Shades of Turquoise #30FEB4
Tints of Turquoise #30FEB4
RGB
CMYK
RGB Variations
Color information
#30FEB4 (or 0x30FEB4) is known color: Turquoise. HEX triplet: 30, FE and B4. RGB value is (48,254,180). Sum of RGB (Red+Green+Blue) = 48+254+180=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEB4 is #CF014B. Grayscale: #B8B8B8. Windows color (decimal): -13566284 or 11861552. OLE color: 11861552.
HSL color Cylindrical-coordinate representation of color #30FEB4: hue angle of 158.45º 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 #30FEB4 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 180 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.00 |
| HSL | 158.45º | 0.99% | 0.59% | - |
| HSV(B) | 158.45º | 0.81% | 1% | - |
| XYZ | 44.9 | 74.81 | 55.25 | - |
| YUV | 183.97 | 125.75 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 180 | 0.81 | 0 | 0.29 | 0.00 | 158.45 | 0.99 | 0.59 |
| Hex | 30 | FE | B4 | 51 | 0 | 1D | 0 | 9E | 63 | 3B |
| Octal | 60 | 376 | 264 | 121 | 0 | 35 | 0 | 236 | 143 | 73 |
| Binary | 110000 | 11111110 | 10110100 | 1010001 | 0 | 11101 | 0 | 10011110 | 1100011 | 111011 |
Color Harmonies of #30FEB4
Complementary color
Monochromatic Colors of #30FEB4
Black with #30FEB4
Text Example
Text Example
White with #30FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEB4; }
p { color: rgb(48,254,180); }
H1.HeaderClassName
{
color: #30FEB4;
}
.AnyTagClassName
{
color: #30FEB4;
}
</style>
background-color css
<style>
a { background-color: #30FEB4; }
a { background-color: rgb(48,254,180); }
div.DivClassName
{
background-color: #30FEB4;
}
.BgClassName
{
background-color: #30FEB4;
}
</style>
border-color css
<style>
span { border-color: #30FEB4; }
span { border-color: rgb(48,254,180); }
td.TdClassName
{
border-color: #30FEB4;
}
.TagClassName
{
border-color: #30FEB4;
}
</style>