Shades of Turquoise #30EED9
Tints of Turquoise #30EED9
RGB
CMYK
RGB Variations
Color information
#30EED9 (or 0x30EED9) is known color: Turquoise. HEX triplet: 30, EE and D9. RGB value is (48,238,217). Sum of RGB (Red+Green+Blue) = 48+238+217=503 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.54% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #30EED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EED9 is #CF1126. Grayscale: #B2B2B2. Windows color (decimal): -13570343 or 14282288. OLE color: 14282288.
HSL color Cylindrical-coordinate representation of color #30EED9: hue angle of 173.37º degrees, saturation: 0.85, 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 #30EED9 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 217 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.07 |
| HSL | 173.37º | 0.85% | 0.56% | - |
| HSV(B) | 173.37º | 0.8% | 0.93% | - |
| XYZ | 44.32 | 66.79 | 76.2 | - |
| YUV | 178.8 | 149.55 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 217 | 0.80 | 0 | 0.09 | 0.07 | 173.37 | 0.85 | 0.56 |
| Hex | 30 | EE | D9 | 50 | 0 | 9 | 7 | AD | 55 | 38 |
| Octal | 60 | 356 | 331 | 120 | 0 | 11 | 7 | 255 | 125 | 70 |
| Binary | 110000 | 11101110 | 11011001 | 1010000 | 0 | 1001 | 111 | 10101101 | 1010101 | 111000 |
Color Harmonies of #30EED9
Complementary color
Monochromatic Colors of #30EED9
Black with #30EED9
Text Example
Text Example
White with #30EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EED9; }
p { color: rgb(48,238,217); }
H1.HeaderClassName
{
color: #30EED9;
}
.AnyTagClassName
{
color: #30EED9;
}
</style>
background-color css
<style>
a { background-color: #30EED9; }
a { background-color: rgb(48,238,217); }
div.DivClassName
{
background-color: #30EED9;
}
.BgClassName
{
background-color: #30EED9;
}
</style>
border-color css
<style>
span { border-color: #30EED9; }
span { border-color: rgb(48,238,217); }
td.TdClassName
{
border-color: #30EED9;
}
.TagClassName
{
border-color: #30EED9;
}
</style>