Shades of Turquoise #30FFBE
Tints of Turquoise #30FFBE
RGB
CMYK
RGB Variations
Color information
#30FFBE (or 0x30FFBE) is known color: Turquoise. HEX triplet: 30, FF and BE. RGB value is (48,255,190). Sum of RGB (Red+Green+Blue) = 48+255+190=493 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.74% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFBE is #CF0041. Grayscale: #B9B9B9. Windows color (decimal): -13566018 or 12517168. OLE color: 12517168.
HSL color Cylindrical-coordinate representation of color #30FFBE: hue angle of 161.16º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFBE is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 190 | - |
| CMYK | 0.81 | 0 | 0.25 | 0 |
| HSL | 161.16º | 1% | 0.59% | - |
| HSV(B) | 161.16º | 0.81% | 1% | - |
| XYZ | 46.27 | 75.87 | 60.92 | - |
| YUV | 185.7 | 130.42 | 29.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 190 | 0.81 | 0 | 0.25 | 0 | 161.16 | 1 | 0.59 |
| Hex | 30 | FF | BE | 51 | 0 | 19 | 0 | A1 | 64 | 3B |
| Octal | 60 | 377 | 276 | 121 | 0 | 31 | 0 | 241 | 144 | 73 |
| Binary | 110000 | 11111111 | 10111110 | 1010001 | 0 | 11001 | 0 | 10100001 | 1100100 | 111011 |
Color Harmonies of #30FFBE
Complementary color
Monochromatic Colors of #30FFBE
Black with #30FFBE
Text Example
Text Example
White with #30FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFBE; }
p { color: rgb(48,255,190); }
H1.HeaderClassName
{
color: #30FFBE;
}
.AnyTagClassName
{
color: #30FFBE;
}
</style>
background-color css
<style>
a { background-color: #30FFBE; }
a { background-color: rgb(48,255,190); }
div.DivClassName
{
background-color: #30FFBE;
}
.BgClassName
{
background-color: #30FFBE;
}
</style>
border-color css
<style>
span { border-color: #30FFBE; }
span { border-color: rgb(48,255,190); }
td.TdClassName
{
border-color: #30FFBE;
}
.TagClassName
{
border-color: #30FFBE;
}
</style>