Shades of Turquoise #30FED9
Tints of Turquoise #30FED9
RGB
CMYK
RGB Variations
Color information
#30FED9 (or 0x30FED9) is known color: Turquoise. HEX triplet: 30, FE and D9. RGB value is (48,254,217). Sum of RGB (Red+Green+Blue) = 48+254+217=519 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.25% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #30FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FED9 is #CF0126. Grayscale: #BCBCBC. Windows color (decimal): -13566247 or 14286384. OLE color: 14286384.
HSL color Cylindrical-coordinate representation of color #30FED9: hue angle of 169.22º 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 #30FED9 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 217 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.00 |
| HSL | 169.22º | 0.99% | 0.59% | - |
| HSV(B) | 169.22º | 0.81% | 1% | - |
| XYZ | 49.19 | 76.52 | 77.82 | - |
| YUV | 188.19 | 144.25 | 28.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 217 | 0.81 | 0 | 0.15 | 0.00 | 169.22 | 0.99 | 0.59 |
| Hex | 30 | FE | D9 | 51 | 0 | F | 0 | A9 | 63 | 3B |
| Octal | 60 | 376 | 331 | 121 | 0 | 17 | 0 | 251 | 143 | 73 |
| Binary | 110000 | 11111110 | 11011001 | 1010001 | 0 | 1111 | 0 | 10101001 | 1100011 | 111011 |
Color Harmonies of #30FED9
Complementary color
Monochromatic Colors of #30FED9
Black with #30FED9
Text Example
Text Example
White with #30FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FED9; }
p { color: rgb(48,254,217); }
H1.HeaderClassName
{
color: #30FED9;
}
.AnyTagClassName
{
color: #30FED9;
}
</style>
background-color css
<style>
a { background-color: #30FED9; }
a { background-color: rgb(48,254,217); }
div.DivClassName
{
background-color: #30FED9;
}
.BgClassName
{
background-color: #30FED9;
}
</style>
border-color css
<style>
span { border-color: #30FED9; }
span { border-color: rgb(48,254,217); }
td.TdClassName
{
border-color: #30FED9;
}
.TagClassName
{
border-color: #30FED9;
}
</style>