Shades of Turquoise #30ECEC
Tints of Turquoise #30ECEC
RGB
CMYK
RGB Variations
Color information
#30ECEC (or 0x30ECEC) is known color: Turquoise. HEX triplet: 30, EC and EC. RGB value is (48,236,236). Sum of RGB (Red+Green+Blue) = 48+236+236=520 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.23% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #30ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30ECEC is #CF1313. Grayscale: #B3B3B3. Windows color (decimal): -13570836 or 15526960. OLE color: 15526960.
HSL color Cylindrical-coordinate representation of color #30ECEC: hue angle of 180º 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 #30ECEC is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 236 | - |
| CMYK | 0.80 | 0 | 0 | 0.07 |
| HSL | 180º | 0.83% | 0.56% | - |
| HSV(B) | 180º | 0.8% | 0.93% | - |
| XYZ | 46.35 | 66.68 | 89.78 | - |
| YUV | 179.79 | 159.72 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 236 | 0.80 | 0 | 0 | 0.07 | 180 | 0.83 | 0.56 |
| Hex | 30 | EC | EC | 50 | 0 | 0 | 7 | B4 | 53 | 38 |
| Octal | 60 | 354 | 354 | 120 | 0 | 0 | 7 | 264 | 123 | 70 |
| Binary | 110000 | 11101100 | 11101100 | 1010000 | 0 | 0 | 111 | 10110100 | 1010011 | 111000 |
Color Harmonies of #30ECEC
Complementary color
Monochromatic Colors of #30ECEC
Black with #30ECEC
Text Example
Text Example
White with #30ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECEC; }
p { color: rgb(48,236,236); }
H1.HeaderClassName
{
color: #30ECEC;
}
.AnyTagClassName
{
color: #30ECEC;
}
</style>
background-color css
<style>
a { background-color: #30ECEC; }
a { background-color: rgb(48,236,236); }
div.DivClassName
{
background-color: #30ECEC;
}
.BgClassName
{
background-color: #30ECEC;
}
</style>
border-color css
<style>
span { border-color: #30ECEC; }
span { border-color: rgb(48,236,236); }
td.TdClassName
{
border-color: #30ECEC;
}
.TagClassName
{
border-color: #30ECEC;
}
</style>