Shades of Turquoise #30F6B7
Tints of Turquoise #30F6B7
RGB
CMYK
RGB Variations
Color information
#30F6B7 (or 0x30F6B7) is known color: Turquoise. HEX triplet: 30, F6 and B7. RGB value is (48,246,183). Sum of RGB (Red+Green+Blue) = 48+246+183=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #30F6B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F6B7 is #CF0948. Grayscale: #B3B3B3. Windows color (decimal): -13568329 or 12056112. OLE color: 12056112.
HSL color Cylindrical-coordinate representation of color #30F6B7: hue angle of 160.91º 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 #30F6B7 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 183 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.04 |
| HSL | 160.91º | 0.92% | 0.58% | - |
| HSV(B) | 160.91º | 0.8% | 0.96% | - |
| XYZ | 42.72 | 69.96 | 56.05 | - |
| YUV | 179.62 | 129.9 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 183 | 0.80 | 0 | 0.26 | 0.04 | 160.91 | 0.92 | 0.58 |
| Hex | 30 | F6 | B7 | 50 | 0 | 1A | 4 | A1 | 5C | 3A |
| Octal | 60 | 366 | 267 | 120 | 0 | 32 | 4 | 241 | 134 | 72 |
| Binary | 110000 | 11110110 | 10110111 | 1010000 | 0 | 11010 | 100 | 10100001 | 1011100 | 111010 |
Color Harmonies of #30F6B7
Complementary color
Monochromatic Colors of #30F6B7
Black with #30F6B7
Text Example
Text Example
White with #30F6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F6B7; }
p { color: rgb(48,246,183); }
H1.HeaderClassName
{
color: #30F6B7;
}
.AnyTagClassName
{
color: #30F6B7;
}
</style>
background-color css
<style>
a { background-color: #30F6B7; }
a { background-color: rgb(48,246,183); }
div.DivClassName
{
background-color: #30F6B7;
}
.BgClassName
{
background-color: #30F6B7;
}
</style>
border-color css
<style>
span { border-color: #30F6B7; }
span { border-color: rgb(48,246,183); }
td.TdClassName
{
border-color: #30F6B7;
}
.TagClassName
{
border-color: #30F6B7;
}
</style>