Shades of Turquoise #30DBC2
Tints of Turquoise #30DBC2
RGB
CMYK
RGB Variations
Color information
#30DBC2 (or 0x30DBC2) is known color: Turquoise. HEX triplet: 30, DB and C2. RGB value is (48,219,194). Sum of RGB (Red+Green+Blue) = 48+219+194=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #30DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBC2 is #CF243D. Grayscale: #A4A4A4. Windows color (decimal): -13575230 or 12770096. OLE color: 12770096.
HSL color Cylindrical-coordinate representation of color #30DBC2: hue angle of 171.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DBC2 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 194 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.14 |
| HSL | 171.23º | 0.7% | 0.52% | - |
| HSV(B) | 171.23º | 0.78% | 0.86% | - |
| XYZ | 36.29 | 55.19 | 59.78 | - |
| YUV | 165.02 | 144.35 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 194 | 0.78 | 0 | 0.11 | 0.14 | 171.23 | 0.7 | 0.52 |
| Hex | 30 | DB | C2 | 4E | 0 | B | E | AB | 46 | 34 |
| Octal | 60 | 333 | 302 | 116 | 0 | 13 | 16 | 253 | 106 | 64 |
| Binary | 110000 | 11011011 | 11000010 | 1001110 | 0 | 1011 | 1110 | 10101011 | 1000110 | 110100 |
Color Harmonies of #30DBC2
Complementary color
Monochromatic Colors of #30DBC2
Black with #30DBC2
Text Example
Text Example
White with #30DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBC2; }
p { color: rgb(48,219,194); }
H1.HeaderClassName
{
color: #30DBC2;
}
.AnyTagClassName
{
color: #30DBC2;
}
</style>
background-color css
<style>
a { background-color: #30DBC2; }
a { background-color: rgb(48,219,194); }
div.DivClassName
{
background-color: #30DBC2;
}
.BgClassName
{
background-color: #30DBC2;
}
</style>
border-color css
<style>
span { border-color: #30DBC2; }
span { border-color: rgb(48,219,194); }
td.TdClassName
{
border-color: #30DBC2;
}
.TagClassName
{
border-color: #30DBC2;
}
</style>