Shades of Turquoise #30F8BD
Tints of Turquoise #30F8BD
RGB
CMYK
RGB Variations
Color information
#30F8BD (or 0x30F8BD) is known color: Turquoise. HEX triplet: 30, F8 and BD. RGB value is (48,248,189). Sum of RGB (Red+Green+Blue) = 48+248+189=485 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.90% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #30F8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F8BD is #CF0742. Grayscale: #B5B5B5. Windows color (decimal): -13567811 or 12449840. OLE color: 12449840.
HSL color Cylindrical-coordinate representation of color #30F8BD: hue angle of 162.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F8BD is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 248 | 189 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.03 |
| HSL | 162.3º | 0.93% | 0.58% | - |
| HSV(B) | 162.3º | 0.81% | 0.97% | - |
| XYZ | 43.97 | 71.44 | 59.62 | - |
| YUV | 181.47 | 132.24 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 248 | 189 | 0.81 | 0 | 0.24 | 0.03 | 162.3 | 0.93 | 0.58 |
| Hex | 30 | F8 | BD | 51 | 0 | 18 | 3 | A2 | 5D | 3A |
| Octal | 60 | 370 | 275 | 121 | 0 | 30 | 3 | 242 | 135 | 72 |
| Binary | 110000 | 11111000 | 10111101 | 1010001 | 0 | 11000 | 11 | 10100010 | 1011101 | 111010 |
Color Harmonies of #30F8BD
Complementary color
Monochromatic Colors of #30F8BD
Black with #30F8BD
Text Example
Text Example
White with #30F8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F8BD; }
p { color: rgb(48,248,189); }
H1.HeaderClassName
{
color: #30F8BD;
}
.AnyTagClassName
{
color: #30F8BD;
}
</style>
background-color css
<style>
a { background-color: #30F8BD; }
a { background-color: rgb(48,248,189); }
div.DivClassName
{
background-color: #30F8BD;
}
.BgClassName
{
background-color: #30F8BD;
}
</style>
border-color css
<style>
span { border-color: #30F8BD; }
span { border-color: rgb(48,248,189); }
td.TdClassName
{
border-color: #30F8BD;
}
.TagClassName
{
border-color: #30F8BD;
}
</style>