Shades of Medium Turquoise #30CCDD
Tints of Medium Turquoise #30CCDD
RGB
CMYK
RGB Variations
Color information
#30CCDD (or 0x30CCDD) is known color: Medium Turquoise. HEX triplet: 30, CC and DD. RGB value is (48,204,221). Sum of RGB (Red+Green+Blue) = 48+204+221=473 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.15% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #30CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCDD is #CF3322. Grayscale: #9F9F9F. Windows color (decimal): -13579043 or 14535728. OLE color: 14535728.
HSL color Cylindrical-coordinate representation of color #30CCDD: hue angle of 185.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30CCDD is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 204 | 221 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.13 |
| HSL | 185.9º | 0.72% | 0.53% | - |
| HSV(B) | 185.9º | 0.78% | 0.87% | - |
| XYZ | 35.86 | 49.03 | 75.98 | - |
| YUV | 159.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 221 | 0.78 | 0.08 | 0 | 0.13 | 185.9 | 0.72 | 0.53 |
| Hex | 30 | CC | DD | 4E | 8 | 0 | D | BA | 48 | 35 |
| Octal | 60 | 314 | 335 | 116 | 10 | 0 | 15 | 272 | 110 | 65 |
| Binary | 110000 | 11001100 | 11011101 | 1001110 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110101 |
Color Harmonies of #30CCDD
Complementary color
Monochromatic Colors of #30CCDD
Black with #30CCDD
Text Example
Text Example
White with #30CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCDD; }
p { color: rgb(48,204,221); }
H1.HeaderClassName
{
color: #30CCDD;
}
.AnyTagClassName
{
color: #30CCDD;
}
</style>
background-color css
<style>
a { background-color: #30CCDD; }
a { background-color: rgb(48,204,221); }
div.DivClassName
{
background-color: #30CCDD;
}
.BgClassName
{
background-color: #30CCDD;
}
</style>
border-color css
<style>
span { border-color: #30CCDD; }
span { border-color: rgb(48,204,221); }
td.TdClassName
{
border-color: #30CCDD;
}
.TagClassName
{
border-color: #30CCDD;
}
</style>