Shades of Turquoise #30FEE2
Tints of Turquoise #30FEE2
RGB
CMYK
RGB Variations
Color information
#30FEE2 (or 0x30FEE2) is known color: Turquoise. HEX triplet: 30, FE and E2. RGB value is (48,254,226). Sum of RGB (Red+Green+Blue) = 48+254+226=528 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.09% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEE2 is #CF011D. Grayscale: #BDBDBD. Windows color (decimal): -13566238 or 14876208. OLE color: 14876208.
HSL color Cylindrical-coordinate representation of color #30FEE2: hue angle of 171.84º 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 #30FEE2 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 226 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.00 |
| HSL | 171.84º | 0.99% | 0.59% | - |
| HSV(B) | 171.84º | 0.81% | 1% | - |
| XYZ | 50.39 | 77 | 84.16 | - |
| YUV | 189.21 | 148.75 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 226 | 0.81 | 0 | 0.11 | 0.00 | 171.84 | 0.99 | 0.59 |
| Hex | 30 | FE | E2 | 51 | 0 | B | 0 | AC | 63 | 3B |
| Octal | 60 | 376 | 342 | 121 | 0 | 13 | 0 | 254 | 143 | 73 |
| Binary | 110000 | 11111110 | 11100010 | 1010001 | 0 | 1011 | 0 | 10101100 | 1100011 | 111011 |
Color Harmonies of #30FEE2
Complementary color
Monochromatic Colors of #30FEE2
Black with #30FEE2
Text Example
Text Example
White with #30FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEE2; }
p { color: rgb(48,254,226); }
H1.HeaderClassName
{
color: #30FEE2;
}
.AnyTagClassName
{
color: #30FEE2;
}
</style>
background-color css
<style>
a { background-color: #30FEE2; }
a { background-color: rgb(48,254,226); }
div.DivClassName
{
background-color: #30FEE2;
}
.BgClassName
{
background-color: #30FEE2;
}
</style>
border-color css
<style>
span { border-color: #30FEE2; }
span { border-color: rgb(48,254,226); }
td.TdClassName
{
border-color: #30FEE2;
}
.TagClassName
{
border-color: #30FEE2;
}
</style>