Shades of Medium Turquoise #30CDDD
Tints of Medium Turquoise #30CDDD
RGB
CMYK
RGB Variations
Color information
#30CDDD (or 0x30CDDD) is known color: Medium Turquoise. HEX triplet: 30, CD and DD. RGB value is (48,205,221). Sum of RGB (Red+Green+Blue) = 48+205+221=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #30CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDDD is #CF3222. Grayscale: #9F9F9F. Windows color (decimal): -13578787 or 14535984. OLE color: 14535984.
HSL color Cylindrical-coordinate representation of color #30CDDD: hue angle of 185.55º 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 #30CDDD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 205 | 221 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.13 |
| HSL | 185.55º | 0.72% | 0.53% | - |
| HSV(B) | 185.55º | 0.78% | 0.87% | - |
| XYZ | 36.1 | 49.51 | 76.06 | - |
| YUV | 159.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 205 | 221 | 0.78 | 0.07 | 0 | 0.13 | 185.55 | 0.72 | 0.53 |
| Hex | 30 | CD | DD | 4E | 7 | 0 | D | BA | 48 | 35 |
| Octal | 60 | 315 | 335 | 116 | 7 | 0 | 15 | 272 | 110 | 65 |
| Binary | 110000 | 11001101 | 11011101 | 1001110 | 111 | 0 | 1101 | 10111010 | 1001000 | 110101 |
Color Harmonies of #30CDDD
Complementary color
Monochromatic Colors of #30CDDD
Black with #30CDDD
Text Example
Text Example
White with #30CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CDDD; }
p { color: rgb(48,205,221); }
H1.HeaderClassName
{
color: #30CDDD;
}
.AnyTagClassName
{
color: #30CDDD;
}
</style>
background-color css
<style>
a { background-color: #30CDDD; }
a { background-color: rgb(48,205,221); }
div.DivClassName
{
background-color: #30CDDD;
}
.BgClassName
{
background-color: #30CDDD;
}
</style>
border-color css
<style>
span { border-color: #30CDDD; }
span { border-color: rgb(48,205,221); }
td.TdClassName
{
border-color: #30CDDD;
}
.TagClassName
{
border-color: #30CDDD;
}
</style>