Shades of Medium Turquoise #30CECA
Tints of Medium Turquoise #30CECA
RGB
CMYK
RGB Variations
Color information
#30CECA (or 0x30CECA) is known color: Medium Turquoise. HEX triplet: 30, CE and CA. RGB value is (48,206,202). Sum of RGB (Red+Green+Blue) = 48+206+202=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #30CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CECA is #CF3135. Grayscale: #9E9E9E. Windows color (decimal): -13578550 or 13291056. OLE color: 13291056.
HSL color Cylindrical-coordinate representation of color #30CECA: hue angle of 178.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CECA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 206 | 202 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.19 |
| HSL | 178.48º | 0.62% | 0.5% | - |
| HSV(B) | 178.48º | 0.77% | 0.81% | - |
| XYZ | 33.95 | 49.04 | 63.55 | - |
| YUV | 158.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 202 | 0.77 | 0 | 0.02 | 0.19 | 178.48 | 0.62 | 0.5 |
| Hex | 30 | CE | CA | 4D | 0 | 2 | 13 | B2 | 3E | 32 |
| Octal | 60 | 316 | 312 | 115 | 0 | 2 | 23 | 262 | 76 | 62 |
| Binary | 110000 | 11001110 | 11001010 | 1001101 | 0 | 10 | 10011 | 10110010 | 111110 | 110010 |
Color Harmonies of #30CECA
Complementary color
Monochromatic Colors of #30CECA
Black with #30CECA
Text Example
Text Example
White with #30CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CECA; }
p { color: rgb(48,206,202); }
H1.HeaderClassName
{
color: #30CECA;
}
.AnyTagClassName
{
color: #30CECA;
}
</style>
background-color css
<style>
a { background-color: #30CECA; }
a { background-color: rgb(48,206,202); }
div.DivClassName
{
background-color: #30CECA;
}
.BgClassName
{
background-color: #30CECA;
}
</style>
border-color css
<style>
span { border-color: #30CECA; }
span { border-color: rgb(48,206,202); }
td.TdClassName
{
border-color: #30CECA;
}
.TagClassName
{
border-color: #30CECA;
}
</style>