Shades of Turquoise #30FDE1
Tints of Turquoise #30FDE1
RGB
CMYK
RGB Variations
Color information
#30FDE1 (or 0x30FDE1) is known color: Turquoise. HEX triplet: 30, FD and E1. RGB value is (48,253,225). Sum of RGB (Red+Green+Blue) = 48+253+225=526 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.13% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDE1 is #CF021E. Grayscale: #BCBCBC. Windows color (decimal): -13566495 or 14810416. OLE color: 14810416.
HSL color Cylindrical-coordinate representation of color #30FDE1: hue angle of 171.8º 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 #30FDE1 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 225 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.01 |
| HSL | 171.8º | 0.98% | 0.59% | - |
| HSV(B) | 171.8º | 0.81% | 0.99% | - |
| XYZ | 49.93 | 76.32 | 83.33 | - |
| YUV | 188.51 | 148.58 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 225 | 0.81 | 0 | 0.11 | 0.01 | 171.8 | 0.98 | 0.59 |
| Hex | 30 | FD | E1 | 51 | 0 | B | 1 | AC | 62 | 3B |
| Octal | 60 | 375 | 341 | 121 | 0 | 13 | 1 | 254 | 142 | 73 |
| Binary | 110000 | 11111101 | 11100001 | 1010001 | 0 | 1011 | 1 | 10101100 | 1100010 | 111011 |
Color Harmonies of #30FDE1
Complementary color
Monochromatic Colors of #30FDE1
Black with #30FDE1
Text Example
Text Example
White with #30FDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDE1; }
p { color: rgb(48,253,225); }
H1.HeaderClassName
{
color: #30FDE1;
}
.AnyTagClassName
{
color: #30FDE1;
}
</style>
background-color css
<style>
a { background-color: #30FDE1; }
a { background-color: rgb(48,253,225); }
div.DivClassName
{
background-color: #30FDE1;
}
.BgClassName
{
background-color: #30FDE1;
}
</style>
border-color css
<style>
span { border-color: #30FDE1; }
span { border-color: rgb(48,253,225); }
td.TdClassName
{
border-color: #30FDE1;
}
.TagClassName
{
border-color: #30FDE1;
}
</style>