Shades of Turquoise #30F9BC
Tints of Turquoise #30F9BC
RGB
CMYK
RGB Variations
Color information
#30F9BC (or 0x30F9BC) is known color: Turquoise. HEX triplet: 30, F9 and BC. RGB value is (48,249,188). Sum of RGB (Red+Green+Blue) = 48+249+188=485 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.90% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F9BC is #CF0643. Grayscale: #B5B5B5. Windows color (decimal): -13567556 or 12384560. OLE color: 12384560.
HSL color Cylindrical-coordinate representation of color #30F9BC: hue angle of 161.79º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F9BC is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 188 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.02 |
| HSL | 161.79º | 0.94% | 0.58% | - |
| HSV(B) | 161.79º | 0.81% | 0.98% | - |
| XYZ | 44.17 | 72.01 | 59.15 | - |
| YUV | 181.95 | 131.41 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 188 | 0.81 | 0 | 0.24 | 0.02 | 161.79 | 0.94 | 0.58 |
| Hex | 30 | F9 | BC | 51 | 0 | 18 | 2 | A2 | 5E | 3A |
| Octal | 60 | 371 | 274 | 121 | 0 | 30 | 2 | 242 | 136 | 72 |
| Binary | 110000 | 11111001 | 10111100 | 1010001 | 0 | 11000 | 10 | 10100010 | 1011110 | 111010 |
Color Harmonies of #30F9BC
Complementary color
Monochromatic Colors of #30F9BC
Black with #30F9BC
Text Example
Text Example
White with #30F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F9BC; }
p { color: rgb(48,249,188); }
H1.HeaderClassName
{
color: #30F9BC;
}
.AnyTagClassName
{
color: #30F9BC;
}
</style>
background-color css
<style>
a { background-color: #30F9BC; }
a { background-color: rgb(48,249,188); }
div.DivClassName
{
background-color: #30F9BC;
}
.BgClassName
{
background-color: #30F9BC;
}
</style>
border-color css
<style>
span { border-color: #30F9BC; }
span { border-color: rgb(48,249,188); }
td.TdClassName
{
border-color: #30F9BC;
}
.TagClassName
{
border-color: #30F9BC;
}
</style>