Shades of Turquoise #30FDC9
Tints of Turquoise #30FDC9
RGB
CMYK
RGB Variations
Color information
#30FDC9 (or 0x30FDC9) is known color: Turquoise. HEX triplet: 30, FD and C9. RGB value is (48,253,201). Sum of RGB (Red+Green+Blue) = 48+253+201=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDC9 is #CF0236. Grayscale: #B9B9B9. Windows color (decimal): -13566519 or 13237552. OLE color: 13237552.
HSL color Cylindrical-coordinate representation of color #30FDC9: hue angle of 164.78º 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 #30FDC9 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 201 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.01 |
| HSL | 164.78º | 0.98% | 0.59% | - |
| HSV(B) | 164.78º | 0.81% | 0.99% | - |
| XYZ | 46.89 | 75.1 | 67.28 | - |
| YUV | 185.78 | 136.58 | 29.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 201 | 0.81 | 0 | 0.21 | 0.01 | 164.78 | 0.98 | 0.59 |
| Hex | 30 | FD | C9 | 51 | 0 | 15 | 1 | A5 | 62 | 3B |
| Octal | 60 | 375 | 311 | 121 | 0 | 25 | 1 | 245 | 142 | 73 |
| Binary | 110000 | 11111101 | 11001001 | 1010001 | 0 | 10101 | 1 | 10100101 | 1100010 | 111011 |
Color Harmonies of #30FDC9
Complementary color
Monochromatic Colors of #30FDC9
Black with #30FDC9
Text Example
Text Example
White with #30FDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDC9; }
p { color: rgb(48,253,201); }
H1.HeaderClassName
{
color: #30FDC9;
}
.AnyTagClassName
{
color: #30FDC9;
}
</style>
background-color css
<style>
a { background-color: #30FDC9; }
a { background-color: rgb(48,253,201); }
div.DivClassName
{
background-color: #30FDC9;
}
.BgClassName
{
background-color: #30FDC9;
}
</style>
border-color css
<style>
span { border-color: #30FDC9; }
span { border-color: rgb(48,253,201); }
td.TdClassName
{
border-color: #30FDC9;
}
.TagClassName
{
border-color: #30FDC9;
}
</style>