Shades of Turquoise #30ECE0
Tints of Turquoise #30ECE0
RGB
CMYK
RGB Variations
Color information
#30ECE0 (or 0x30ECE0) is known color: Turquoise. HEX triplet: 30, EC and E0. RGB value is (48,236,224). Sum of RGB (Red+Green+Blue) = 48+236+224=508 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.45% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECE0 is #CF131F. Grayscale: #B2B2B2. Windows color (decimal): -13570848 or 14740528. OLE color: 14740528.
HSL color Cylindrical-coordinate representation of color #30ECE0: hue angle of 176.17º degrees, saturation: 0.83, 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 #30ECE0 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 224 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.07 |
| HSL | 176.17º | 0.83% | 0.56% | - |
| HSV(B) | 176.17º | 0.8% | 0.93% | - |
| XYZ | 44.67 | 66 | 80.91 | - |
| YUV | 178.42 | 153.72 | 34.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 224 | 0.80 | 0 | 0.05 | 0.07 | 176.17 | 0.83 | 0.56 |
| Hex | 30 | EC | E0 | 50 | 0 | 5 | 7 | B0 | 53 | 38 |
| Octal | 60 | 354 | 340 | 120 | 0 | 5 | 7 | 260 | 123 | 70 |
| Binary | 110000 | 11101100 | 11100000 | 1010000 | 0 | 101 | 111 | 10110000 | 1010011 | 111000 |
Color Harmonies of #30ECE0
Complementary color
Monochromatic Colors of #30ECE0
Black with #30ECE0
Text Example
Text Example
White with #30ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECE0; }
p { color: rgb(48,236,224); }
H1.HeaderClassName
{
color: #30ECE0;
}
.AnyTagClassName
{
color: #30ECE0;
}
</style>
background-color css
<style>
a { background-color: #30ECE0; }
a { background-color: rgb(48,236,224); }
div.DivClassName
{
background-color: #30ECE0;
}
.BgClassName
{
background-color: #30ECE0;
}
</style>
border-color css
<style>
span { border-color: #30ECE0; }
span { border-color: rgb(48,236,224); }
td.TdClassName
{
border-color: #30ECE0;
}
.TagClassName
{
border-color: #30ECE0;
}
</style>