Shades of Turquoise #30FFB7
Tints of Turquoise #30FFB7
RGB
CMYK
RGB Variations
Color information
#30FFB7 (or 0x30FFB7) is known color: Turquoise. HEX triplet: 30, FF and B7. RGB value is (48,255,183). Sum of RGB (Red+Green+Blue) = 48+255+183=486 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.88% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFB7 is #CF0048. Grayscale: #B8B8B8. Windows color (decimal): -13566025 or 12058416. OLE color: 12058416.
HSL color Cylindrical-coordinate representation of color #30FFB7: hue angle of 159.13º 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 #30FFB7 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 183 | - |
| CMYK | 0.81 | 0 | 0.28 | 0 |
| HSL | 159.13º | 1% | 0.59% | - |
| HSV(B) | 159.13º | 0.81% | 1% | - |
| XYZ | 45.53 | 75.57 | 56.99 | - |
| YUV | 184.9 | 126.92 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 183 | 0.81 | 0 | 0.28 | 0 | 159.13 | 1 | 0.59 |
| Hex | 30 | FF | B7 | 51 | 0 | 1C | 0 | 9F | 64 | 3B |
| Octal | 60 | 377 | 267 | 121 | 0 | 34 | 0 | 237 | 144 | 73 |
| Binary | 110000 | 11111111 | 10110111 | 1010001 | 0 | 11100 | 0 | 10011111 | 1100100 | 111011 |
Color Harmonies of #30FFB7
Complementary color
Monochromatic Colors of #30FFB7
Black with #30FFB7
Text Example
Text Example
White with #30FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFB7; }
p { color: rgb(48,255,183); }
H1.HeaderClassName
{
color: #30FFB7;
}
.AnyTagClassName
{
color: #30FFB7;
}
</style>
background-color css
<style>
a { background-color: #30FFB7; }
a { background-color: rgb(48,255,183); }
div.DivClassName
{
background-color: #30FFB7;
}
.BgClassName
{
background-color: #30FFB7;
}
</style>
border-color css
<style>
span { border-color: #30FFB7; }
span { border-color: rgb(48,255,183); }
td.TdClassName
{
border-color: #30FFB7;
}
.TagClassName
{
border-color: #30FFB7;
}
</style>