Shades of Turquoise #30DBC9
Tints of Turquoise #30DBC9
RGB
CMYK
RGB Variations
Color information
#30DBC9 (or 0x30DBC9) is known color: Turquoise. HEX triplet: 30, DB and C9. RGB value is (48,219,201). Sum of RGB (Red+Green+Blue) = 48+219+201=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #30DBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBC9 is #CF2436. Grayscale: #A5A5A5. Windows color (decimal): -13575223 or 13228848. OLE color: 13228848.
HSL color Cylindrical-coordinate representation of color #30DBC9: hue angle of 173.68º 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 #30DBC9 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 201 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.14 |
| HSL | 173.68º | 0.7% | 0.52% | - |
| HSV(B) | 173.68º | 0.78% | 0.86% | - |
| XYZ | 37.09 | 55.51 | 64.02 | - |
| YUV | 165.82 | 147.85 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 201 | 0.78 | 0 | 0.08 | 0.14 | 173.68 | 0.7 | 0.52 |
| Hex | 30 | DB | C9 | 4E | 0 | 8 | E | AE | 46 | 34 |
| Octal | 60 | 333 | 311 | 116 | 0 | 10 | 16 | 256 | 106 | 64 |
| Binary | 110000 | 11011011 | 11001001 | 1001110 | 0 | 1000 | 1110 | 10101110 | 1000110 | 110100 |
Color Harmonies of #30DBC9
Complementary color
Monochromatic Colors of #30DBC9
Black with #30DBC9
Text Example
Text Example
White with #30DBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DBC9; }
p { color: rgb(48,219,201); }
H1.HeaderClassName
{
color: #30DBC9;
}
.AnyTagClassName
{
color: #30DBC9;
}
</style>
background-color css
<style>
a { background-color: #30DBC9; }
a { background-color: rgb(48,219,201); }
div.DivClassName
{
background-color: #30DBC9;
}
.BgClassName
{
background-color: #30DBC9;
}
</style>
border-color css
<style>
span { border-color: #30DBC9; }
span { border-color: rgb(48,219,201); }
td.TdClassName
{
border-color: #30DBC9;
}
.TagClassName
{
border-color: #30DBC9;
}
</style>