Shades of Turquoise #30FDD8
Tints of Turquoise #30FDD8
RGB
CMYK
RGB Variations
Color information
#30FDD8 (or 0x30FDD8) is known color: Turquoise. HEX triplet: 30, FD and D8. RGB value is (48,253,216). Sum of RGB (Red+Green+Blue) = 48+253+216=517 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.28% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDD8 is #CF0227. Grayscale: #BBBBBB. Windows color (decimal): -13566504 or 14220592. OLE color: 14220592.
HSL color Cylindrical-coordinate representation of color #30FDD8: hue angle of 169.17º 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 #30FDD8 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 216 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.01 |
| HSL | 169.17º | 0.98% | 0.59% | - |
| HSV(B) | 169.17º | 0.81% | 0.99% | - |
| XYZ | 48.74 | 75.84 | 77.03 | - |
| YUV | 187.49 | 144.08 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 216 | 0.81 | 0 | 0.15 | 0.01 | 169.17 | 0.98 | 0.59 |
| Hex | 30 | FD | D8 | 51 | 0 | F | 1 | A9 | 62 | 3B |
| Octal | 60 | 375 | 330 | 121 | 0 | 17 | 1 | 251 | 142 | 73 |
| Binary | 110000 | 11111101 | 11011000 | 1010001 | 0 | 1111 | 1 | 10101001 | 1100010 | 111011 |
Color Harmonies of #30FDD8
Complementary color
Monochromatic Colors of #30FDD8
Black with #30FDD8
Text Example
Text Example
White with #30FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDD8; }
p { color: rgb(48,253,216); }
H1.HeaderClassName
{
color: #30FDD8;
}
.AnyTagClassName
{
color: #30FDD8;
}
</style>
background-color css
<style>
a { background-color: #30FDD8; }
a { background-color: rgb(48,253,216); }
div.DivClassName
{
background-color: #30FDD8;
}
.BgClassName
{
background-color: #30FDD8;
}
</style>
border-color css
<style>
span { border-color: #30FDD8; }
span { border-color: rgb(48,253,216); }
td.TdClassName
{
border-color: #30FDD8;
}
.TagClassName
{
border-color: #30FDD8;
}
</style>