Shades of Medium Turquoise #30CDCC
Tints of Medium Turquoise #30CDCC
RGB
CMYK
RGB Variations
Color information
#30CDCC (or 0x30CDCC) is known color: Medium Turquoise. HEX triplet: 30, CD and CC. RGB value is (48,205,204). Sum of RGB (Red+Green+Blue) = 48+205+204=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDCC is #CF3233. Grayscale: #9D9D9D. Windows color (decimal): -13578804 or 13421872. OLE color: 13421872.
HSL color Cylindrical-coordinate representation of color #30CDCC: hue angle of 179.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CDCC is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 205 | 204 | - |
| CMYK | 0.77 | 0 | 0.00 | 0.20 |
| HSL | 179.62º | 0.62% | 0.5% | - |
| HSV(B) | 179.62º | 0.77% | 0.8% | - |
| XYZ | 33.95 | 48.65 | 64.73 | - |
| YUV | 157.94 | 153.99 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 204 | 0.77 | 0 | 0.00 | 0.20 | 179.62 | 0.62 | 0.5 |
| Hex | 30 | CD | CC | 4D | 0 | 0 | 14 | B4 | 3E | 32 |
| Octal | 60 | 315 | 314 | 115 | 0 | 0 | 24 | 264 | 76 | 62 |
| Binary | 110000 | 11001101 | 11001100 | 1001101 | 0 | 0 | 10100 | 10110100 | 111110 | 110010 |
Color Harmonies of #30CDCC
Complementary color
Monochromatic Colors of #30CDCC
Black with #30CDCC
Text Example
Text Example
White with #30CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDCC; }
p { color: rgb(48,205,204); }
H1.HeaderClassName
{
color: #30CDCC;
}
.AnyTagClassName
{
color: #30CDCC;
}
</style>
background-color css
<style>
a { background-color: #30CDCC; }
a { background-color: rgb(48,205,204); }
div.DivClassName
{
background-color: #30CDCC;
}
.BgClassName
{
background-color: #30CDCC;
}
</style>
border-color css
<style>
span { border-color: #30CDCC; }
span { border-color: rgb(48,205,204); }
td.TdClassName
{
border-color: #30CDCC;
}
.TagClassName
{
border-color: #30CDCC;
}
</style>