Shades of Turquoise #30F2BB
Tints of Turquoise #30F2BB
RGB
CMYK
RGB Variations
Color information
#30F2BB (or 0x30F2BB) is known color: Turquoise. HEX triplet: 30, F2 and BB. RGB value is (48,242,187). Sum of RGB (Red+Green+Blue) = 48+242+187=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #30F2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F2BB is #CF0D44. Grayscale: #B1B1B1. Windows color (decimal): -13569349 or 12317232. OLE color: 12317232.
HSL color Cylindrical-coordinate representation of color #30F2BB: hue angle of 162.99º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F2BB is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 187 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.05 |
| HSL | 162.99º | 0.88% | 0.57% | - |
| HSV(B) | 162.99º | 0.8% | 0.95% | - |
| XYZ | 41.94 | 67.72 | 57.87 | - |
| YUV | 177.72 | 133.23 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 187 | 0.80 | 0 | 0.23 | 0.05 | 162.99 | 0.88 | 0.57 |
| Hex | 30 | F2 | BB | 50 | 0 | 17 | 5 | A3 | 58 | 39 |
| Octal | 60 | 362 | 273 | 120 | 0 | 27 | 5 | 243 | 130 | 71 |
| Binary | 110000 | 11110010 | 10111011 | 1010000 | 0 | 10111 | 101 | 10100011 | 1011000 | 111001 |
Color Harmonies of #30F2BB
Complementary color
Monochromatic Colors of #30F2BB
Black with #30F2BB
Text Example
Text Example
White with #30F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F2BB; }
p { color: rgb(48,242,187); }
H1.HeaderClassName
{
color: #30F2BB;
}
.AnyTagClassName
{
color: #30F2BB;
}
</style>
background-color css
<style>
a { background-color: #30F2BB; }
a { background-color: rgb(48,242,187); }
div.DivClassName
{
background-color: #30F2BB;
}
.BgClassName
{
background-color: #30F2BB;
}
</style>
border-color css
<style>
span { border-color: #30F2BB; }
span { border-color: rgb(48,242,187); }
td.TdClassName
{
border-color: #30F2BB;
}
.TagClassName
{
border-color: #30F2BB;
}
</style>