Shades of Turquoise #30F9BF
Tints of Turquoise #30F9BF
RGB
CMYK
RGB Variations
Color information
#30F9BF (or 0x30F9BF) is known color: Turquoise. HEX triplet: 30, F9 and BF. RGB value is (48,249,191). Sum of RGB (Red+Green+Blue) = 48+249+191=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F9BF is #CF0640. Grayscale: #B6B6B6. Windows color (decimal): -13567553 or 12581168. OLE color: 12581168.
HSL color Cylindrical-coordinate representation of color #30F9BF: hue angle of 162.69º 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 #30F9BF is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 191 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.02 |
| HSL | 162.69º | 0.94% | 0.58% | - |
| HSV(B) | 162.69º | 0.81% | 0.98% | - |
| XYZ | 44.5 | 72.14 | 60.87 | - |
| YUV | 182.29 | 132.91 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 191 | 0.81 | 0 | 0.23 | 0.02 | 162.69 | 0.94 | 0.58 |
| Hex | 30 | F9 | BF | 51 | 0 | 17 | 2 | A3 | 5E | 3A |
| Octal | 60 | 371 | 277 | 121 | 0 | 27 | 2 | 243 | 136 | 72 |
| Binary | 110000 | 11111001 | 10111111 | 1010001 | 0 | 10111 | 10 | 10100011 | 1011110 | 111010 |
Color Harmonies of #30F9BF
Complementary color
Monochromatic Colors of #30F9BF
Black with #30F9BF
Text Example
Text Example
White with #30F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F9BF; }
p { color: rgb(48,249,191); }
H1.HeaderClassName
{
color: #30F9BF;
}
.AnyTagClassName
{
color: #30F9BF;
}
</style>
background-color css
<style>
a { background-color: #30F9BF; }
a { background-color: rgb(48,249,191); }
div.DivClassName
{
background-color: #30F9BF;
}
.BgClassName
{
background-color: #30F9BF;
}
</style>
border-color css
<style>
span { border-color: #30F9BF; }
span { border-color: rgb(48,249,191); }
td.TdClassName
{
border-color: #30F9BF;
}
.TagClassName
{
border-color: #30F9BF;
}
</style>