Shades of Turquoise #30FEB7
Tints of Turquoise #30FEB7
RGB
CMYK
RGB Variations
Color information
#30FEB7 (or 0x30FEB7) is known color: Turquoise. HEX triplet: 30, FE and B7. RGB value is (48,254,183). Sum of RGB (Red+Green+Blue) = 48+254+183=485 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.90% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEB7 is #CF0148. Grayscale: #B8B8B8. Windows color (decimal): -13566281 or 12058160. OLE color: 12058160.
HSL color Cylindrical-coordinate representation of color #30FEB7: hue angle of 159.32º 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 #30FEB7 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 183 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.00 |
| HSL | 159.32º | 0.99% | 0.59% | - |
| HSV(B) | 159.32º | 0.81% | 1% | - |
| XYZ | 45.21 | 74.93 | 56.88 | - |
| YUV | 184.31 | 127.25 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 183 | 0.81 | 0 | 0.28 | 0.00 | 159.32 | 0.99 | 0.59 |
| Hex | 30 | FE | B7 | 51 | 0 | 1C | 0 | 9F | 63 | 3B |
| Octal | 60 | 376 | 267 | 121 | 0 | 34 | 0 | 237 | 143 | 73 |
| Binary | 110000 | 11111110 | 10110111 | 1010001 | 0 | 11100 | 0 | 10011111 | 1100011 | 111011 |
Color Harmonies of #30FEB7
Complementary color
Monochromatic Colors of #30FEB7
Black with #30FEB7
Text Example
Text Example
White with #30FEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEB7; }
p { color: rgb(48,254,183); }
H1.HeaderClassName
{
color: #30FEB7;
}
.AnyTagClassName
{
color: #30FEB7;
}
</style>
background-color css
<style>
a { background-color: #30FEB7; }
a { background-color: rgb(48,254,183); }
div.DivClassName
{
background-color: #30FEB7;
}
.BgClassName
{
background-color: #30FEB7;
}
</style>
border-color css
<style>
span { border-color: #30FEB7; }
span { border-color: rgb(48,254,183); }
td.TdClassName
{
border-color: #30FEB7;
}
.TagClassName
{
border-color: #30FEB7;
}
</style>