Shades of Turquoise #30F6F1
Tints of Turquoise #30F6F1
RGB
CMYK
RGB Variations
Color information
#30F6F1 (or 0x30F6F1) is known color: Turquoise. HEX triplet: 30, F6 and F1. RGB value is (48,246,241). Sum of RGB (Red+Green+Blue) = 48+246+241=535 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.97% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #30F6F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F6F1 is #CF090E. Grayscale: #BABABA. Windows color (decimal): -13568271 or 15857200. OLE color: 15857200.
HSL color Cylindrical-coordinate representation of color #30F6F1: hue angle of 178.48º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F6F1 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 241 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.04 |
| HSL | 178.48º | 0.92% | 0.58% | - |
| HSV(B) | 178.48º | 0.8% | 0.96% | - |
| XYZ | 50.05 | 72.89 | 94.65 | - |
| YUV | 186.23 | 158.9 | 29.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 241 | 0.80 | 0 | 0.02 | 0.04 | 178.48 | 0.92 | 0.58 |
| Hex | 30 | F6 | F1 | 50 | 0 | 2 | 4 | B2 | 5C | 3A |
| Octal | 60 | 366 | 361 | 120 | 0 | 2 | 4 | 262 | 134 | 72 |
| Binary | 110000 | 11110110 | 11110001 | 1010000 | 0 | 10 | 100 | 10110010 | 1011100 | 111010 |
Color Harmonies of #30F6F1
Complementary color
Monochromatic Colors of #30F6F1
Black with #30F6F1
Text Example
Text Example
White with #30F6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F6F1; }
p { color: rgb(48,246,241); }
H1.HeaderClassName
{
color: #30F6F1;
}
.AnyTagClassName
{
color: #30F6F1;
}
</style>
background-color css
<style>
a { background-color: #30F6F1; }
a { background-color: rgb(48,246,241); }
div.DivClassName
{
background-color: #30F6F1;
}
.BgClassName
{
background-color: #30F6F1;
}
</style>
border-color css
<style>
span { border-color: #30F6F1; }
span { border-color: rgb(48,246,241); }
td.TdClassName
{
border-color: #30F6F1;
}
.TagClassName
{
border-color: #30F6F1;
}
</style>