Shades of Turquoise #30ECCE
Tints of Turquoise #30ECCE
RGB
CMYK
RGB Variations
Color information
#30ECCE (or 0x30ECCE) is known color: Turquoise. HEX triplet: 30, EC and CE. RGB value is (48,236,206). Sum of RGB (Red+Green+Blue) = 48+236+206=490 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.80% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECCE is #CF1331. Grayscale: #B0B0B0. Windows color (decimal): -13570866 or 13560880. OLE color: 13560880.
HSL color Cylindrical-coordinate representation of color #30ECCE: hue angle of 170.43º 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 #30ECCE is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 206 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.07 |
| HSL | 170.43º | 0.83% | 0.56% | - |
| HSV(B) | 170.43º | 0.8% | 0.93% | - |
| XYZ | 42.35 | 65.08 | 68.72 | - |
| YUV | 176.37 | 144.72 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 206 | 0.80 | 0 | 0.13 | 0.07 | 170.43 | 0.83 | 0.56 |
| Hex | 30 | EC | CE | 50 | 0 | D | 7 | AA | 53 | 38 |
| Octal | 60 | 354 | 316 | 120 | 0 | 15 | 7 | 252 | 123 | 70 |
| Binary | 110000 | 11101100 | 11001110 | 1010000 | 0 | 1101 | 111 | 10101010 | 1010011 | 111000 |
Color Harmonies of #30ECCE
Complementary color
Monochromatic Colors of #30ECCE
Black with #30ECCE
Text Example
Text Example
White with #30ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECCE; }
p { color: rgb(48,236,206); }
H1.HeaderClassName
{
color: #30ECCE;
}
.AnyTagClassName
{
color: #30ECCE;
}
</style>
background-color css
<style>
a { background-color: #30ECCE; }
a { background-color: rgb(48,236,206); }
div.DivClassName
{
background-color: #30ECCE;
}
.BgClassName
{
background-color: #30ECCE;
}
</style>
border-color css
<style>
span { border-color: #30ECCE; }
span { border-color: rgb(48,236,206); }
td.TdClassName
{
border-color: #30ECCE;
}
.TagClassName
{
border-color: #30ECCE;
}
</style>