Shades of Turquoise #30FDC5
Tints of Turquoise #30FDC5
RGB
CMYK
RGB Variations
Color information
#30FDC5 (or 0x30FDC5) is known color: Turquoise. HEX triplet: 30, FD and C5. RGB value is (48,253,197). Sum of RGB (Red+Green+Blue) = 48+253+197=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDC5 is #CF023A. Grayscale: #B9B9B9. Windows color (decimal): -13566523 or 12975408. OLE color: 12975408.
HSL color Cylindrical-coordinate representation of color #30FDC5: hue angle of 163.61º 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 #30FDC5 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 197 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.01 |
| HSL | 163.61º | 0.98% | 0.59% | - |
| HSV(B) | 163.61º | 0.81% | 0.99% | - |
| XYZ | 46.42 | 74.91 | 64.84 | - |
| YUV | 185.32 | 134.58 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 197 | 0.81 | 0 | 0.22 | 0.01 | 163.61 | 0.98 | 0.59 |
| Hex | 30 | FD | C5 | 51 | 0 | 16 | 1 | A4 | 62 | 3B |
| Octal | 60 | 375 | 305 | 121 | 0 | 26 | 1 | 244 | 142 | 73 |
| Binary | 110000 | 11111101 | 11000101 | 1010001 | 0 | 10110 | 1 | 10100100 | 1100010 | 111011 |
Color Harmonies of #30FDC5
Complementary color
Monochromatic Colors of #30FDC5
Black with #30FDC5
Text Example
Text Example
White with #30FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDC5; }
p { color: rgb(48,253,197); }
H1.HeaderClassName
{
color: #30FDC5;
}
.AnyTagClassName
{
color: #30FDC5;
}
</style>
background-color css
<style>
a { background-color: #30FDC5; }
a { background-color: rgb(48,253,197); }
div.DivClassName
{
background-color: #30FDC5;
}
.BgClassName
{
background-color: #30FDC5;
}
</style>
border-color css
<style>
span { border-color: #30FDC5; }
span { border-color: rgb(48,253,197); }
td.TdClassName
{
border-color: #30FDC5;
}
.TagClassName
{
border-color: #30FDC5;
}
</style>