Shades of Turquoise #30DCDD
Tints of Turquoise #30DCDD
RGB
CMYK
RGB Variations
Color information
#30DCDD (or 0x30DCDD) is known color: Turquoise. HEX triplet: 30, DC and DD. RGB value is (48,220,221). Sum of RGB (Red+Green+Blue) = 48+220+221=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #30DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCDD is #CF2322. Grayscale: #A8A8A8. Windows color (decimal): -13574947 or 14539824. OLE color: 14539824.
HSL color Cylindrical-coordinate representation of color #30DCDD: hue angle of 180.35º 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 #30DCDD is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 220 | 221 | - |
| CMYK | 0.78 | 0.00 | 0 | 0.13 |
| HSL | 180.35º | 0.72% | 0.53% | - |
| HSV(B) | 180.35º | 0.78% | 0.87% | - |
| XYZ | 39.86 | 57.04 | 77.31 | - |
| YUV | 168.69 | 157.52 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 221 | 0.78 | 0.00 | 0 | 0.13 | 180.35 | 0.72 | 0.53 |
| Hex | 30 | DC | DD | 4E | 0 | 0 | D | B4 | 48 | 35 |
| Octal | 60 | 334 | 335 | 116 | 0 | 0 | 15 | 264 | 110 | 65 |
| Binary | 110000 | 11011100 | 11011101 | 1001110 | 0 | 0 | 1101 | 10110100 | 1001000 | 110101 |
Color Harmonies of #30DCDD
Complementary color
Monochromatic Colors of #30DCDD
Black with #30DCDD
Text Example
Text Example
White with #30DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCDD; }
p { color: rgb(48,220,221); }
H1.HeaderClassName
{
color: #30DCDD;
}
.AnyTagClassName
{
color: #30DCDD;
}
</style>
background-color css
<style>
a { background-color: #30DCDD; }
a { background-color: rgb(48,220,221); }
div.DivClassName
{
background-color: #30DCDD;
}
.BgClassName
{
background-color: #30DCDD;
}
</style>
border-color css
<style>
span { border-color: #30DCDD; }
span { border-color: rgb(48,220,221); }
td.TdClassName
{
border-color: #30DCDD;
}
.TagClassName
{
border-color: #30DCDD;
}
</style>