Shades of Turquoise #30F1C7
Tints of Turquoise #30F1C7
RGB
CMYK
RGB Variations
Color information
#30F1C7 (or 0x30F1C7) is known color: Turquoise. HEX triplet: 30, F1 and C7. RGB value is (48,241,199). Sum of RGB (Red+Green+Blue) = 48+241+199=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #30F1C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F1C7 is #CF0E38. Grayscale: #B2B2B2. Windows color (decimal): -13569593 or 13103408. OLE color: 13103408.
HSL color Cylindrical-coordinate representation of color #30F1C7: hue angle of 166.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F1C7 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 199 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.05 |
| HSL | 166.94º | 0.87% | 0.57% | - |
| HSV(B) | 166.94º | 0.8% | 0.95% | - |
| XYZ | 42.98 | 67.66 | 64.83 | - |
| YUV | 178.51 | 139.56 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 199 | 0.80 | 0 | 0.17 | 0.05 | 166.94 | 0.87 | 0.57 |
| Hex | 30 | F1 | C7 | 50 | 0 | 11 | 5 | A7 | 57 | 39 |
| Octal | 60 | 361 | 307 | 120 | 0 | 21 | 5 | 247 | 127 | 71 |
| Binary | 110000 | 11110001 | 11000111 | 1010000 | 0 | 10001 | 101 | 10100111 | 1010111 | 111001 |
Color Harmonies of #30F1C7
Complementary color
Monochromatic Colors of #30F1C7
Black with #30F1C7
Text Example
Text Example
White with #30F1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F1C7; }
p { color: rgb(48,241,199); }
H1.HeaderClassName
{
color: #30F1C7;
}
.AnyTagClassName
{
color: #30F1C7;
}
</style>
background-color css
<style>
a { background-color: #30F1C7; }
a { background-color: rgb(48,241,199); }
div.DivClassName
{
background-color: #30F1C7;
}
.BgClassName
{
background-color: #30F1C7;
}
</style>
border-color css
<style>
span { border-color: #30F1C7; }
span { border-color: rgb(48,241,199); }
td.TdClassName
{
border-color: #30F1C7;
}
.TagClassName
{
border-color: #30F1C7;
}
</style>