Shades of Turquoise #30DDCB
Tints of Turquoise #30DDCB
RGB
CMYK
RGB Variations
Color information
#30DDCB (or 0x30DDCB) is known color: Turquoise. HEX triplet: 30, DD and CB. RGB value is (48,221,203). Sum of RGB (Red+Green+Blue) = 48+221+203=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #30DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DDCB is #CF2234. Grayscale: #A7A7A7. Windows color (decimal): -13574709 or 13360432. OLE color: 13360432.
HSL color Cylindrical-coordinate representation of color #30DDCB: hue angle of 173.76º 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 #30DDCB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 203 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.13 |
| HSL | 173.76º | 0.72% | 0.53% | - |
| HSV(B) | 173.76º | 0.78% | 0.87% | - |
| XYZ | 37.85 | 56.65 | 65.44 | - |
| YUV | 167.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 203 | 0.78 | 0 | 0.08 | 0.13 | 173.76 | 0.72 | 0.53 |
| Hex | 30 | DD | CB | 4E | 0 | 8 | D | AE | 48 | 35 |
| Octal | 60 | 335 | 313 | 116 | 0 | 10 | 15 | 256 | 110 | 65 |
| Binary | 110000 | 11011101 | 11001011 | 1001110 | 0 | 1000 | 1101 | 10101110 | 1001000 | 110101 |
Color Harmonies of #30DDCB
Complementary color
Monochromatic Colors of #30DDCB
Black with #30DDCB
Text Example
Text Example
White with #30DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DDCB; }
p { color: rgb(48,221,203); }
H1.HeaderClassName
{
color: #30DDCB;
}
.AnyTagClassName
{
color: #30DDCB;
}
</style>
background-color css
<style>
a { background-color: #30DDCB; }
a { background-color: rgb(48,221,203); }
div.DivClassName
{
background-color: #30DDCB;
}
.BgClassName
{
background-color: #30DDCB;
}
</style>
border-color css
<style>
span { border-color: #30DDCB; }
span { border-color: rgb(48,221,203); }
td.TdClassName
{
border-color: #30DDCB;
}
.TagClassName
{
border-color: #30DDCB;
}
</style>