Shades of Turquoise #30FED0
Tints of Turquoise #30FED0
RGB
CMYK
RGB Variations
Color information
#30FED0 (or 0x30FED0) is known color: Turquoise. HEX triplet: 30, FE and D0. RGB value is (48,254,208). Sum of RGB (Red+Green+Blue) = 48+254+208=510 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.41% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #30FED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FED0 is #CF012F. Grayscale: #BBBBBB. Windows color (decimal): -13566256 or 13696560. OLE color: 13696560.
HSL color Cylindrical-coordinate representation of color #30FED0: hue angle of 166.6º 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 #30FED0 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 208 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.00 |
| HSL | 166.6º | 0.99% | 0.59% | - |
| HSV(B) | 166.6º | 0.81% | 1% | - |
| XYZ | 48.05 | 76.07 | 71.82 | - |
| YUV | 187.16 | 139.75 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 208 | 0.81 | 0 | 0.18 | 0.00 | 166.6 | 0.99 | 0.59 |
| Hex | 30 | FE | D0 | 51 | 0 | 12 | 0 | A7 | 63 | 3B |
| Octal | 60 | 376 | 320 | 121 | 0 | 22 | 0 | 247 | 143 | 73 |
| Binary | 110000 | 11111110 | 11010000 | 1010001 | 0 | 10010 | 0 | 10100111 | 1100011 | 111011 |
Color Harmonies of #30FED0
Complementary color
Monochromatic Colors of #30FED0
Black with #30FED0
Text Example
Text Example
White with #30FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FED0; }
p { color: rgb(48,254,208); }
H1.HeaderClassName
{
color: #30FED0;
}
.AnyTagClassName
{
color: #30FED0;
}
</style>
background-color css
<style>
a { background-color: #30FED0; }
a { background-color: rgb(48,254,208); }
div.DivClassName
{
background-color: #30FED0;
}
.BgClassName
{
background-color: #30FED0;
}
</style>
border-color css
<style>
span { border-color: #30FED0; }
span { border-color: rgb(48,254,208); }
td.TdClassName
{
border-color: #30FED0;
}
.TagClassName
{
border-color: #30FED0;
}
</style>