Shades of Turquoise #30FEF1
Tints of Turquoise #30FEF1
RGB
CMYK
RGB Variations
Color information
#30FEF1 (or 0x30FEF1) is known color: Turquoise. HEX triplet: 30, FE and F1. RGB value is (48,254,241). Sum of RGB (Red+Green+Blue) = 48+254+241=543 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.84% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FEF1 is #CF010E. Grayscale: #BEBEBE. Windows color (decimal): -13566223 or 15859248. OLE color: 15859248.
HSL color Cylindrical-coordinate representation of color #30FEF1: hue angle of 176.21º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FEF1 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 241 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.00 |
| HSL | 176.21º | 0.99% | 0.59% | - |
| HSV(B) | 176.21º | 0.81% | 1% | - |
| XYZ | 52.54 | 77.86 | 95.48 | - |
| YUV | 190.92 | 156.25 | 26.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 241 | 0.81 | 0 | 0.05 | 0.00 | 176.21 | 0.99 | 0.59 |
| Hex | 30 | FE | F1 | 51 | 0 | 5 | 0 | B0 | 63 | 3B |
| Octal | 60 | 376 | 361 | 121 | 0 | 5 | 0 | 260 | 143 | 73 |
| Binary | 110000 | 11111110 | 11110001 | 1010001 | 0 | 101 | 0 | 10110000 | 1100011 | 111011 |
Color Harmonies of #30FEF1
Complementary color
Monochromatic Colors of #30FEF1
Black with #30FEF1
Text Example
Text Example
White with #30FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEF1; }
p { color: rgb(48,254,241); }
H1.HeaderClassName
{
color: #30FEF1;
}
.AnyTagClassName
{
color: #30FEF1;
}
</style>
background-color css
<style>
a { background-color: #30FEF1; }
a { background-color: rgb(48,254,241); }
div.DivClassName
{
background-color: #30FEF1;
}
.BgClassName
{
background-color: #30FEF1;
}
</style>
border-color css
<style>
span { border-color: #30FEF1; }
span { border-color: rgb(48,254,241); }
td.TdClassName
{
border-color: #30FEF1;
}
.TagClassName
{
border-color: #30FEF1;
}
</style>