Shades of Turquoise #30EBED
Tints of Turquoise #30EBED
RGB
CMYK
RGB Variations
Color information
#30EBED (or 0x30EBED) is known color: Turquoise. HEX triplet: 30, EB and ED. RGB value is (48,235,237). Sum of RGB (Red+Green+Blue) = 48+235+237=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #30EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EBED is #CF1412. Grayscale: #B3B3B3. Windows color (decimal): -13571091 or 15592240. OLE color: 15592240.
HSL color Cylindrical-coordinate representation of color #30EBED: hue angle of 180.63º 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 #30EBED is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 235 | 237 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.07 |
| HSL | 180.63º | 0.84% | 0.56% | - |
| HSV(B) | 180.63º | 0.8% | 0.93% | - |
| XYZ | 46.21 | 66.16 | 90.46 | - |
| YUV | 179.32 | 160.55 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 237 | 0.80 | 0.01 | 0 | 0.07 | 180.63 | 0.84 | 0.56 |
| Hex | 30 | EB | ED | 50 | 1 | 0 | 7 | B5 | 54 | 38 |
| Octal | 60 | 353 | 355 | 120 | 1 | 0 | 7 | 265 | 124 | 70 |
| Binary | 110000 | 11101011 | 11101101 | 1010000 | 1 | 0 | 111 | 10110101 | 1010100 | 111000 |
Color Harmonies of #30EBED
Complementary color
Monochromatic Colors of #30EBED
Black with #30EBED
Text Example
Text Example
White with #30EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EBED; }
p { color: rgb(48,235,237); }
H1.HeaderClassName
{
color: #30EBED;
}
.AnyTagClassName
{
color: #30EBED;
}
</style>
background-color css
<style>
a { background-color: #30EBED; }
a { background-color: rgb(48,235,237); }
div.DivClassName
{
background-color: #30EBED;
}
.BgClassName
{
background-color: #30EBED;
}
</style>
border-color css
<style>
span { border-color: #30EBED; }
span { border-color: rgb(48,235,237); }
td.TdClassName
{
border-color: #30EBED;
}
.TagClassName
{
border-color: #30EBED;
}
</style>