Shades of Turquoise #30FFE1
Tints of Turquoise #30FFE1
RGB
CMYK
RGB Variations
Color information
#30FFE1 (or 0x30FFE1) is known color: Turquoise. HEX triplet: 30, FF and E1. RGB value is (48,255,225). Sum of RGB (Red+Green+Blue) = 48+255+225=528 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.09% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFE1 is #CF001E. Grayscale: #BDBDBD. Windows color (decimal): -13565983 or 14810928. OLE color: 14810928.
HSL color Cylindrical-coordinate representation of color #30FFE1: hue angle of 171.3º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFE1 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 225 | - |
| CMYK | 0.81 | 0 | 0.12 | 0 |
| HSL | 171.3º | 1% | 0.59% | - |
| HSV(B) | 171.3º | 0.81% | 1% | - |
| XYZ | 50.57 | 77.58 | 83.54 | - |
| YUV | 189.69 | 147.92 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 225 | 0.81 | 0 | 0.12 | 0 | 171.3 | 1 | 0.59 |
| Hex | 30 | FF | E1 | 51 | 0 | C | 0 | AB | 64 | 3B |
| Octal | 60 | 377 | 341 | 121 | 0 | 14 | 0 | 253 | 144 | 73 |
| Binary | 110000 | 11111111 | 11100001 | 1010001 | 0 | 1100 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #30FFE1
Complementary color
Monochromatic Colors of #30FFE1
Black with #30FFE1
Text Example
Text Example
White with #30FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFE1; }
p { color: rgb(48,255,225); }
H1.HeaderClassName
{
color: #30FFE1;
}
.AnyTagClassName
{
color: #30FFE1;
}
</style>
background-color css
<style>
a { background-color: #30FFE1; }
a { background-color: rgb(48,255,225); }
div.DivClassName
{
background-color: #30FFE1;
}
.BgClassName
{
background-color: #30FFE1;
}
</style>
border-color css
<style>
span { border-color: #30FFE1; }
span { border-color: rgb(48,255,225); }
td.TdClassName
{
border-color: #30FFE1;
}
.TagClassName
{
border-color: #30FFE1;
}
</style>