Shades of Turquoise #30ECCC
Tints of Turquoise #30ECCC
RGB
CMYK
RGB Variations
Color information
#30ECCC (or 0x30ECCC) is known color: Turquoise. HEX triplet: 30, EC and CC. RGB value is (48,236,204). Sum of RGB (Red+Green+Blue) = 48+236+204=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECCC is #CF1333. Grayscale: #B0B0B0. Windows color (decimal): -13570868 or 13429808. OLE color: 13429808.
HSL color Cylindrical-coordinate representation of color #30ECCC: hue angle of 169.79º 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 #30ECCC is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 204 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.07 |
| HSL | 169.79º | 0.83% | 0.56% | - |
| HSV(B) | 169.79º | 0.8% | 0.93% | - |
| XYZ | 42.11 | 64.98 | 67.45 | - |
| YUV | 176.14 | 143.72 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 204 | 0.80 | 0 | 0.14 | 0.07 | 169.79 | 0.83 | 0.56 |
| Hex | 30 | EC | CC | 50 | 0 | E | 7 | AA | 53 | 38 |
| Octal | 60 | 354 | 314 | 120 | 0 | 16 | 7 | 252 | 123 | 70 |
| Binary | 110000 | 11101100 | 11001100 | 1010000 | 0 | 1110 | 111 | 10101010 | 1010011 | 111000 |
Color Harmonies of #30ECCC
Complementary color
Monochromatic Colors of #30ECCC
Black with #30ECCC
Text Example
Text Example
White with #30ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECCC; }
p { color: rgb(48,236,204); }
H1.HeaderClassName
{
color: #30ECCC;
}
.AnyTagClassName
{
color: #30ECCC;
}
</style>
background-color css
<style>
a { background-color: #30ECCC; }
a { background-color: rgb(48,236,204); }
div.DivClassName
{
background-color: #30ECCC;
}
.BgClassName
{
background-color: #30ECCC;
}
</style>
border-color css
<style>
span { border-color: #30ECCC; }
span { border-color: rgb(48,236,204); }
td.TdClassName
{
border-color: #30ECCC;
}
.TagClassName
{
border-color: #30ECCC;
}
</style>