Shades of Turquoise #30FFB2
Tints of Turquoise #30FFB2
RGB
CMYK
RGB Variations
Color information
#30FFB2 (or 0x30FFB2) is known color: Turquoise. HEX triplet: 30, FF and B2. RGB value is (48,255,178). Sum of RGB (Red+Green+Blue) = 48+255+178=481 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.98% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FFB2 is #CF004D. Grayscale: #B8B8B8. Windows color (decimal): -13566030 or 11730736. OLE color: 11730736.
HSL color Cylindrical-coordinate representation of color #30FFB2: hue angle of 157.68º 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 #30FFB2 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 178 | - |
| CMYK | 0.81 | 0 | 0.30 | 0 |
| HSL | 157.68º | 1% | 0.59% | - |
| HSV(B) | 157.68º | 0.81% | 1% | - |
| XYZ | 45.01 | 75.36 | 54.29 | - |
| YUV | 184.33 | 124.42 | 30.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 178 | 0.81 | 0 | 0.30 | 0 | 157.68 | 1 | 0.59 |
| Hex | 30 | FF | B2 | 51 | 0 | 1E | 0 | 9E | 64 | 3B |
| Octal | 60 | 377 | 262 | 121 | 0 | 36 | 0 | 236 | 144 | 73 |
| Binary | 110000 | 11111111 | 10110010 | 1010001 | 0 | 11110 | 0 | 10011110 | 1100100 | 111011 |
Color Harmonies of #30FFB2
Complementary color
Monochromatic Colors of #30FFB2
Black with #30FFB2
Text Example
Text Example
White with #30FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFB2; }
p { color: rgb(48,255,178); }
H1.HeaderClassName
{
color: #30FFB2;
}
.AnyTagClassName
{
color: #30FFB2;
}
</style>
background-color css
<style>
a { background-color: #30FFB2; }
a { background-color: rgb(48,255,178); }
div.DivClassName
{
background-color: #30FFB2;
}
.BgClassName
{
background-color: #30FFB2;
}
</style>
border-color css
<style>
span { border-color: #30FFB2; }
span { border-color: rgb(48,255,178); }
td.TdClassName
{
border-color: #30FFB2;
}
.TagClassName
{
border-color: #30FFB2;
}
</style>