Shades of Turquoise #30FEDC
Tints of Turquoise #30FEDC
RGB
CMYK
RGB Variations
Color information
#30FEDC (or 0x30FEDC) is known color: Turquoise. HEX triplet: 30, FE and DC. RGB value is (48,254,220). Sum of RGB (Red+Green+Blue) = 48+254+220=522 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.20% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEDC is #CF0123. Grayscale: #BCBCBC. Windows color (decimal): -13566244 or 14482992. OLE color: 14482992.
HSL color Cylindrical-coordinate representation of color #30FEDC: hue angle of 170.1º 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 #30FEDC is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 220 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.00 |
| HSL | 170.1º | 0.99% | 0.59% | - |
| HSV(B) | 170.1º | 0.81% | 1% | - |
| XYZ | 49.58 | 76.68 | 79.9 | - |
| YUV | 188.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 220 | 0.81 | 0 | 0.13 | 0.00 | 170.1 | 0.99 | 0.59 |
| Hex | 30 | FE | DC | 51 | 0 | D | 0 | AA | 63 | 3B |
| Octal | 60 | 376 | 334 | 121 | 0 | 15 | 0 | 252 | 143 | 73 |
| Binary | 110000 | 11111110 | 11011100 | 1010001 | 0 | 1101 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #30FEDC
Complementary color
Monochromatic Colors of #30FEDC
Black with #30FEDC
Text Example
Text Example
White with #30FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEDC; }
p { color: rgb(48,254,220); }
H1.HeaderClassName
{
color: #30FEDC;
}
.AnyTagClassName
{
color: #30FEDC;
}
</style>
background-color css
<style>
a { background-color: #30FEDC; }
a { background-color: rgb(48,254,220); }
div.DivClassName
{
background-color: #30FEDC;
}
.BgClassName
{
background-color: #30FEDC;
}
</style>
border-color css
<style>
span { border-color: #30FEDC; }
span { border-color: rgb(48,254,220); }
td.TdClassName
{
border-color: #30FEDC;
}
.TagClassName
{
border-color: #30FEDC;
}
</style>