Shades of Turquoise #30DECC
Tints of Turquoise #30DECC
RGB
CMYK
RGB Variations
Color information
#30DECC (or 0x30DECC) is known color: Turquoise. HEX triplet: 30, DE and CC. RGB value is (48,222,204). Sum of RGB (Red+Green+Blue) = 48+222+204=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #30DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DECC is #CF2133. Grayscale: #A7A7A7. Windows color (decimal): -13574452 or 13426224. OLE color: 13426224.
HSL color Cylindrical-coordinate representation of color #30DECC: hue angle of 173.79º degrees, saturation: 0.73, 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 #30DECC is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 222 | 204 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.13 |
| HSL | 173.79º | 0.73% | 0.53% | - |
| HSV(B) | 173.79º | 0.78% | 0.87% | - |
| XYZ | 38.24 | 57.23 | 66.16 | - |
| YUV | 167.92 | 148.35 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 204 | 0.78 | 0 | 0.08 | 0.13 | 173.79 | 0.73 | 0.53 |
| Hex | 30 | DE | CC | 4E | 0 | 8 | D | AE | 48 | 35 |
| Octal | 60 | 336 | 314 | 116 | 0 | 10 | 15 | 256 | 110 | 65 |
| Binary | 110000 | 11011110 | 11001100 | 1001110 | 0 | 1000 | 1101 | 10101110 | 1001000 | 110101 |
Color Harmonies of #30DECC
Complementary color
Monochromatic Colors of #30DECC
Black with #30DECC
Text Example
Text Example
White with #30DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DECC; }
p { color: rgb(48,222,204); }
H1.HeaderClassName
{
color: #30DECC;
}
.AnyTagClassName
{
color: #30DECC;
}
</style>
background-color css
<style>
a { background-color: #30DECC; }
a { background-color: rgb(48,222,204); }
div.DivClassName
{
background-color: #30DECC;
}
.BgClassName
{
background-color: #30DECC;
}
</style>
border-color css
<style>
span { border-color: #30DECC; }
span { border-color: rgb(48,222,204); }
td.TdClassName
{
border-color: #30DECC;
}
.TagClassName
{
border-color: #30DECC;
}
</style>