Shades of Turquoise #30F2F1
Tints of Turquoise #30F2F1
RGB
CMYK
RGB Variations
Color information
#30F2F1 (or 0x30F2F1) is known color: Turquoise. HEX triplet: 30, F2 and F1. RGB value is (48,242,241). Sum of RGB (Red+Green+Blue) = 48+242+241=531 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.04% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #30F2F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F2F1 is #CF0D0E. Grayscale: #B7B7B7. Windows color (decimal): -13569295 or 15856176. OLE color: 15856176.
HSL color Cylindrical-coordinate representation of color #30F2F1: hue angle of 179.69º degrees, saturation: 0.88, 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 #30F2F1 is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 241 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.05 |
| HSL | 179.69º | 0.88% | 0.57% | - |
| HSV(B) | 179.69º | 0.8% | 0.95% | - |
| XYZ | 48.85 | 70.48 | 94.25 | - |
| YUV | 183.88 | 160.23 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 241 | 0.80 | 0 | 0.00 | 0.05 | 179.69 | 0.88 | 0.57 |
| Hex | 30 | F2 | F1 | 50 | 0 | 0 | 5 | B4 | 58 | 39 |
| Octal | 60 | 362 | 361 | 120 | 0 | 0 | 5 | 264 | 130 | 71 |
| Binary | 110000 | 11110010 | 11110001 | 1010000 | 0 | 0 | 101 | 10110100 | 1011000 | 111001 |
Color Harmonies of #30F2F1
Complementary color
Monochromatic Colors of #30F2F1
Black with #30F2F1
Text Example
Text Example
White with #30F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F2F1; }
p { color: rgb(48,242,241); }
H1.HeaderClassName
{
color: #30F2F1;
}
.AnyTagClassName
{
color: #30F2F1;
}
</style>
background-color css
<style>
a { background-color: #30F2F1; }
a { background-color: rgb(48,242,241); }
div.DivClassName
{
background-color: #30F2F1;
}
.BgClassName
{
background-color: #30F2F1;
}
</style>
border-color css
<style>
span { border-color: #30F2F1; }
span { border-color: rgb(48,242,241); }
td.TdClassName
{
border-color: #30F2F1;
}
.TagClassName
{
border-color: #30F2F1;
}
</style>