Shades of Turquoise #30F5E1
Tints of Turquoise #30F5E1
RGB
CMYK
RGB Variations
Color information
#30F5E1 (or 0x30F5E1) is known color: Turquoise. HEX triplet: 30, F5 and E1. RGB value is (48,245,225). Sum of RGB (Red+Green+Blue) = 48+245+225=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5E1 is #CF0A1E. Grayscale: #B7B7B7. Windows color (decimal): -13568543 or 14808368. OLE color: 14808368.
HSL color Cylindrical-coordinate representation of color #30F5E1: hue angle of 173.91º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F5E1 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 245 | 225 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.04 |
| HSL | 173.91º | 0.91% | 0.57% | - |
| HSV(B) | 173.91º | 0.8% | 0.96% | - |
| XYZ | 47.46 | 71.37 | 82.51 | - |
| YUV | 183.82 | 151.23 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 225 | 0.80 | 0 | 0.08 | 0.04 | 173.91 | 0.91 | 0.57 |
| Hex | 30 | F5 | E1 | 50 | 0 | 8 | 4 | AE | 5B | 39 |
| Octal | 60 | 365 | 341 | 120 | 0 | 10 | 4 | 256 | 133 | 71 |
| Binary | 110000 | 11110101 | 11100001 | 1010000 | 0 | 1000 | 100 | 10101110 | 1011011 | 111001 |
Color Harmonies of #30F5E1
Complementary color
Monochromatic Colors of #30F5E1
Black with #30F5E1
Text Example
Text Example
White with #30F5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F5E1; }
p { color: rgb(48,245,225); }
H1.HeaderClassName
{
color: #30F5E1;
}
.AnyTagClassName
{
color: #30F5E1;
}
</style>
background-color css
<style>
a { background-color: #30F5E1; }
a { background-color: rgb(48,245,225); }
div.DivClassName
{
background-color: #30F5E1;
}
.BgClassName
{
background-color: #30F5E1;
}
</style>
border-color css
<style>
span { border-color: #30F5E1; }
span { border-color: rgb(48,245,225); }
td.TdClassName
{
border-color: #30F5E1;
}
.TagClassName
{
border-color: #30F5E1;
}
</style>