Shades of Turquoise #30DAC9
Tints of Turquoise #30DAC9
RGB
CMYK
RGB Variations
Color information
#30DAC9 (or 0x30DAC9) is known color: Turquoise. HEX triplet: 30, DA and C9. RGB value is (48,218,201). Sum of RGB (Red+Green+Blue) = 48+218+201=467 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.28% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #30DAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DAC9 is #CF2536. Grayscale: #A5A5A5. Windows color (decimal): -13575479 or 13228592. OLE color: 13228592.
HSL color Cylindrical-coordinate representation of color #30DAC9: hue angle of 174º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DAC9 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 218 | 201 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.15 |
| HSL | 174º | 0.7% | 0.52% | - |
| HSV(B) | 174º | 0.78% | 0.85% | - |
| XYZ | 36.83 | 54.99 | 63.93 | - |
| YUV | 165.23 | 148.18 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 201 | 0.78 | 0 | 0.08 | 0.15 | 174 | 0.7 | 0.52 |
| Hex | 30 | DA | C9 | 4E | 0 | 8 | F | AE | 46 | 34 |
| Octal | 60 | 332 | 311 | 116 | 0 | 10 | 17 | 256 | 106 | 64 |
| Binary | 110000 | 11011010 | 11001001 | 1001110 | 0 | 1000 | 1111 | 10101110 | 1000110 | 110100 |
Color Harmonies of #30DAC9
Complementary color
Monochromatic Colors of #30DAC9
Black with #30DAC9
Text Example
Text Example
White with #30DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DAC9; }
p { color: rgb(48,218,201); }
H1.HeaderClassName
{
color: #30DAC9;
}
.AnyTagClassName
{
color: #30DAC9;
}
</style>
background-color css
<style>
a { background-color: #30DAC9; }
a { background-color: rgb(48,218,201); }
div.DivClassName
{
background-color: #30DAC9;
}
.BgClassName
{
background-color: #30DAC9;
}
</style>
border-color css
<style>
span { border-color: #30DAC9; }
span { border-color: rgb(48,218,201); }
td.TdClassName
{
border-color: #30DAC9;
}
.TagClassName
{
border-color: #30DAC9;
}
</style>