Shades of Turquoise #30EDD0
Tints of Turquoise #30EDD0
RGB
CMYK
RGB Variations
Color information
#30EDD0 (or 0x30EDD0) is known color: Turquoise. HEX triplet: 30, ED and D0. RGB value is (48,237,208). Sum of RGB (Red+Green+Blue) = 48+237+208=493 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.74% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #30EDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EDD0 is #CF122F. Grayscale: #B1B1B1. Windows color (decimal): -13570608 or 13692208. OLE color: 13692208.
HSL color Cylindrical-coordinate representation of color #30EDD0: hue angle of 170.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EDD0 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 237 | 208 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.07 |
| HSL | 170.79º | 0.84% | 0.56% | - |
| HSV(B) | 170.79º | 0.8% | 0.93% | - |
| XYZ | 42.89 | 65.75 | 70.11 | - |
| YUV | 177.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 237 | 208 | 0.80 | 0 | 0.12 | 0.07 | 170.79 | 0.84 | 0.56 |
| Hex | 30 | ED | D0 | 50 | 0 | C | 7 | AB | 54 | 38 |
| Octal | 60 | 355 | 320 | 120 | 0 | 14 | 7 | 253 | 124 | 70 |
| Binary | 110000 | 11101101 | 11010000 | 1010000 | 0 | 1100 | 111 | 10101011 | 1010100 | 111000 |
Color Harmonies of #30EDD0
Complementary color
Monochromatic Colors of #30EDD0
Black with #30EDD0
Text Example
Text Example
White with #30EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EDD0; }
p { color: rgb(48,237,208); }
H1.HeaderClassName
{
color: #30EDD0;
}
.AnyTagClassName
{
color: #30EDD0;
}
</style>
background-color css
<style>
a { background-color: #30EDD0; }
a { background-color: rgb(48,237,208); }
div.DivClassName
{
background-color: #30EDD0;
}
.BgClassName
{
background-color: #30EDD0;
}
</style>
border-color css
<style>
span { border-color: #30EDD0; }
span { border-color: rgb(48,237,208); }
td.TdClassName
{
border-color: #30EDD0;
}
.TagClassName
{
border-color: #30EDD0;
}
</style>