Shades of Turquoise #30FFED
Tints of Turquoise #30FFED
RGB
CMYK
RGB Variations
Color information
#30FFED (or 0x30FFED) is known color: Turquoise. HEX triplet: 30, FF and ED. RGB value is (48,255,237). Sum of RGB (Red+Green+Blue) = 48+255+237=540 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.89% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FFED is #CF0012. Grayscale: #BEBEBE. Windows color (decimal): -13565971 or 15597360. OLE color: 15597360.
HSL color Cylindrical-coordinate representation of color #30FFED: hue angle of 174.78º 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 #30FFED is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 237 | - |
| CMYK | 0.81 | 0 | 0.07 | 0 |
| HSL | 174.78º | 1% | 0.59% | - |
| HSV(B) | 174.78º | 0.81% | 1% | - |
| XYZ | 52.26 | 78.26 | 92.47 | - |
| YUV | 191.06 | 153.92 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 237 | 0.81 | 0 | 0.07 | 0 | 174.78 | 1 | 0.59 |
| Hex | 30 | FF | ED | 51 | 0 | 7 | 0 | AF | 64 | 3B |
| Octal | 60 | 377 | 355 | 121 | 0 | 7 | 0 | 257 | 144 | 73 |
| Binary | 110000 | 11111111 | 11101101 | 1010001 | 0 | 111 | 0 | 10101111 | 1100100 | 111011 |
Color Harmonies of #30FFED
Complementary color
Monochromatic Colors of #30FFED
Black with #30FFED
Text Example
Text Example
White with #30FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFED; }
p { color: rgb(48,255,237); }
H1.HeaderClassName
{
color: #30FFED;
}
.AnyTagClassName
{
color: #30FFED;
}
</style>
background-color css
<style>
a { background-color: #30FFED; }
a { background-color: rgb(48,255,237); }
div.DivClassName
{
background-color: #30FFED;
}
.BgClassName
{
background-color: #30FFED;
}
</style>
border-color css
<style>
span { border-color: #30FFED; }
span { border-color: rgb(48,255,237); }
td.TdClassName
{
border-color: #30FFED;
}
.TagClassName
{
border-color: #30FFED;
}
</style>