Shades of Turquoise #30F4BC
Tints of Turquoise #30F4BC
RGB
CMYK
RGB Variations
Color information
#30F4BC (or 0x30F4BC) is known color: Turquoise. HEX triplet: 30, F4 and BC. RGB value is (48,244,188). Sum of RGB (Red+Green+Blue) = 48+244+188=480 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #30F4BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F4BC is #CF0B43. Grayscale: #B3B3B3. Windows color (decimal): -13568836 or 12383280. OLE color: 12383280.
HSL color Cylindrical-coordinate representation of color #30F4BC: hue angle of 162.86º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F4BC is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 188 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.04 |
| HSL | 162.86º | 0.9% | 0.57% | - |
| HSV(B) | 162.86º | 0.8% | 0.96% | - |
| XYZ | 42.65 | 68.96 | 58.64 | - |
| YUV | 179.01 | 133.07 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 188 | 0.80 | 0 | 0.23 | 0.04 | 162.86 | 0.9 | 0.57 |
| Hex | 30 | F4 | BC | 50 | 0 | 17 | 4 | A3 | 5A | 39 |
| Octal | 60 | 364 | 274 | 120 | 0 | 27 | 4 | 243 | 132 | 71 |
| Binary | 110000 | 11110100 | 10111100 | 1010000 | 0 | 10111 | 100 | 10100011 | 1011010 | 111001 |
Color Harmonies of #30F4BC
Complementary color
Monochromatic Colors of #30F4BC
Black with #30F4BC
Text Example
Text Example
White with #30F4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F4BC; }
p { color: rgb(48,244,188); }
H1.HeaderClassName
{
color: #30F4BC;
}
.AnyTagClassName
{
color: #30F4BC;
}
</style>
background-color css
<style>
a { background-color: #30F4BC; }
a { background-color: rgb(48,244,188); }
div.DivClassName
{
background-color: #30F4BC;
}
.BgClassName
{
background-color: #30F4BC;
}
</style>
border-color css
<style>
span { border-color: #30F4BC; }
span { border-color: rgb(48,244,188); }
td.TdClassName
{
border-color: #30F4BC;
}
.TagClassName
{
border-color: #30F4BC;
}
</style>