Shades of Turquoise #30FEDA
Tints of Turquoise #30FEDA
RGB
CMYK
RGB Variations
Color information
#30FEDA (or 0x30FEDA) is known color: Turquoise. HEX triplet: 30, FE and DA. RGB value is (48,254,218). Sum of RGB (Red+Green+Blue) = 48+254+218=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEDA is #CF0125. Grayscale: #BCBCBC. Windows color (decimal): -13566246 or 14351920. OLE color: 14351920.
HSL color Cylindrical-coordinate representation of color #30FEDA: hue angle of 169.51º 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 #30FEDA is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 218 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.00 |
| HSL | 169.51º | 0.99% | 0.59% | - |
| HSV(B) | 169.51º | 0.81% | 1% | - |
| XYZ | 49.32 | 76.57 | 78.51 | - |
| YUV | 188.3 | 144.75 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 218 | 0.81 | 0 | 0.14 | 0.00 | 169.51 | 0.99 | 0.59 |
| Hex | 30 | FE | DA | 51 | 0 | E | 0 | AA | 63 | 3B |
| Octal | 60 | 376 | 332 | 121 | 0 | 16 | 0 | 252 | 143 | 73 |
| Binary | 110000 | 11111110 | 11011010 | 1010001 | 0 | 1110 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #30FEDA
Complementary color
Monochromatic Colors of #30FEDA
Black with #30FEDA
Text Example
Text Example
White with #30FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEDA; }
p { color: rgb(48,254,218); }
H1.HeaderClassName
{
color: #30FEDA;
}
.AnyTagClassName
{
color: #30FEDA;
}
</style>
background-color css
<style>
a { background-color: #30FEDA; }
a { background-color: rgb(48,254,218); }
div.DivClassName
{
background-color: #30FEDA;
}
.BgClassName
{
background-color: #30FEDA;
}
</style>
border-color css
<style>
span { border-color: #30FEDA; }
span { border-color: rgb(48,254,218); }
td.TdClassName
{
border-color: #30FEDA;
}
.TagClassName
{
border-color: #30FEDA;
}
</style>