Shades of Turquoise #30ECBC
Tints of Turquoise #30ECBC
RGB
CMYK
RGB Variations
Color information
#30ECBC (or 0x30ECBC) is known color: Turquoise. HEX triplet: 30, EC and BC. RGB value is (48,236,188). Sum of RGB (Red+Green+Blue) = 48+236+188=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECBC is #CF1343. Grayscale: #AEAEAE. Windows color (decimal): -13570884 or 12381232. OLE color: 12381232.
HSL color Cylindrical-coordinate representation of color #30ECBC: hue angle of 164.68º 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 #30ECBC is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 188 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.07 |
| HSL | 164.68º | 0.83% | 0.56% | - |
| HSV(B) | 164.68º | 0.8% | 0.93% | - |
| XYZ | 40.29 | 64.25 | 57.85 | - |
| YUV | 174.32 | 135.72 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 188 | 0.80 | 0 | 0.20 | 0.07 | 164.68 | 0.83 | 0.56 |
| Hex | 30 | EC | BC | 50 | 0 | 14 | 7 | A5 | 53 | 38 |
| Octal | 60 | 354 | 274 | 120 | 0 | 24 | 7 | 245 | 123 | 70 |
| Binary | 110000 | 11101100 | 10111100 | 1010000 | 0 | 10100 | 111 | 10100101 | 1010011 | 111000 |
Color Harmonies of #30ECBC
Complementary color
Monochromatic Colors of #30ECBC
Black with #30ECBC
Text Example
Text Example
White with #30ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECBC; }
p { color: rgb(48,236,188); }
H1.HeaderClassName
{
color: #30ECBC;
}
.AnyTagClassName
{
color: #30ECBC;
}
</style>
background-color css
<style>
a { background-color: #30ECBC; }
a { background-color: rgb(48,236,188); }
div.DivClassName
{
background-color: #30ECBC;
}
.BgClassName
{
background-color: #30ECBC;
}
</style>
border-color css
<style>
span { border-color: #30ECBC; }
span { border-color: rgb(48,236,188); }
td.TdClassName
{
border-color: #30ECBC;
}
.TagClassName
{
border-color: #30ECBC;
}
</style>