Shades of Turquoise #30FDC0
Tints of Turquoise #30FDC0
RGB
CMYK
RGB Variations
Color information
#30FDC0 (or 0x30FDC0) is known color: Turquoise. HEX triplet: 30, FD and C0. RGB value is (48,253,192). Sum of RGB (Red+Green+Blue) = 48+253+192=493 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.74% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDC0 is #CF023F. Grayscale: #B8B8B8. Windows color (decimal): -13566528 or 12647728. OLE color: 12647728.
HSL color Cylindrical-coordinate representation of color #30FDC0: hue angle of 162.15º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FDC0 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 192 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.01 |
| HSL | 162.15º | 0.98% | 0.59% | - |
| HSV(B) | 162.15º | 0.81% | 0.99% | - |
| XYZ | 45.86 | 74.68 | 61.87 | - |
| YUV | 184.75 | 132.08 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 192 | 0.81 | 0 | 0.24 | 0.01 | 162.15 | 0.98 | 0.59 |
| Hex | 30 | FD | C0 | 51 | 0 | 18 | 1 | A2 | 62 | 3B |
| Octal | 60 | 375 | 300 | 121 | 0 | 30 | 1 | 242 | 142 | 73 |
| Binary | 110000 | 11111101 | 11000000 | 1010001 | 0 | 11000 | 1 | 10100010 | 1100010 | 111011 |
Color Harmonies of #30FDC0
Complementary color
Monochromatic Colors of #30FDC0
Black with #30FDC0
Text Example
Text Example
White with #30FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDC0; }
p { color: rgb(48,253,192); }
H1.HeaderClassName
{
color: #30FDC0;
}
.AnyTagClassName
{
color: #30FDC0;
}
</style>
background-color css
<style>
a { background-color: #30FDC0; }
a { background-color: rgb(48,253,192); }
div.DivClassName
{
background-color: #30FDC0;
}
.BgClassName
{
background-color: #30FDC0;
}
</style>
border-color css
<style>
span { border-color: #30FDC0; }
span { border-color: rgb(48,253,192); }
td.TdClassName
{
border-color: #30FDC0;
}
.TagClassName
{
border-color: #30FDC0;
}
</style>