Shades of Turquoise #30ECE3
Tints of Turquoise #30ECE3
RGB
CMYK
RGB Variations
Color information
#30ECE3 (or 0x30ECE3) is known color: Turquoise. HEX triplet: 30, EC and E3. RGB value is (48,236,227). Sum of RGB (Red+Green+Blue) = 48+236+227=511 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.39% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECE3 is #CF131C. Grayscale: #B2B2B2. Windows color (decimal): -13570845 or 14937136. OLE color: 14937136.
HSL color Cylindrical-coordinate representation of color #30ECE3: hue angle of 177.13º 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 #30ECE3 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 227 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.07 |
| HSL | 177.13º | 0.83% | 0.56% | - |
| HSV(B) | 177.13º | 0.8% | 0.93% | - |
| XYZ | 45.08 | 66.17 | 83.07 | - |
| YUV | 178.76 | 155.22 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 227 | 0.80 | 0 | 0.04 | 0.07 | 177.13 | 0.83 | 0.56 |
| Hex | 30 | EC | E3 | 50 | 0 | 4 | 7 | B1 | 53 | 38 |
| Octal | 60 | 354 | 343 | 120 | 0 | 4 | 7 | 261 | 123 | 70 |
| Binary | 110000 | 11101100 | 11100011 | 1010000 | 0 | 100 | 111 | 10110001 | 1010011 | 111000 |
Color Harmonies of #30ECE3
Complementary color
Monochromatic Colors of #30ECE3
Black with #30ECE3
Text Example
Text Example
White with #30ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECE3; }
p { color: rgb(48,236,227); }
H1.HeaderClassName
{
color: #30ECE3;
}
.AnyTagClassName
{
color: #30ECE3;
}
</style>
background-color css
<style>
a { background-color: #30ECE3; }
a { background-color: rgb(48,236,227); }
div.DivClassName
{
background-color: #30ECE3;
}
.BgClassName
{
background-color: #30ECE3;
}
</style>
border-color css
<style>
span { border-color: #30ECE3; }
span { border-color: rgb(48,236,227); }
td.TdClassName
{
border-color: #30ECE3;
}
.TagClassName
{
border-color: #30ECE3;
}
</style>