Shades of Turquoise #30E6DA
Tints of Turquoise #30E6DA
RGB
CMYK
RGB Variations
Color information
#30E6DA (or 0x30E6DA) is known color: Turquoise. HEX triplet: 30, E6 and DA. RGB value is (48,230,218). Sum of RGB (Red+Green+Blue) = 48+230+218=496 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.68% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #30E6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E6DA is #CF1925. Grayscale: #AEAEAE. Windows color (decimal): -13572390 or 14345776. OLE color: 14345776.
HSL color Cylindrical-coordinate representation of color #30E6DA: hue angle of 176.04º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E6DA is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 218 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.10 |
| HSL | 176.04º | 0.78% | 0.55% | - |
| HSV(B) | 176.04º | 0.79% | 0.9% | - |
| XYZ | 42.17 | 62.28 | 76.13 | - |
| YUV | 174.21 | 152.7 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 218 | 0.79 | 0 | 0.05 | 0.10 | 176.04 | 0.78 | 0.55 |
| Hex | 30 | E6 | DA | 4F | 0 | 5 | A | B0 | 4E | 37 |
| Octal | 60 | 346 | 332 | 117 | 0 | 5 | 12 | 260 | 116 | 67 |
| Binary | 110000 | 11100110 | 11011010 | 1001111 | 0 | 101 | 1010 | 10110000 | 1001110 | 110111 |
Color Harmonies of #30E6DA
Complementary color
Monochromatic Colors of #30E6DA
Black with #30E6DA
Text Example
Text Example
White with #30E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E6DA; }
p { color: rgb(48,230,218); }
H1.HeaderClassName
{
color: #30E6DA;
}
.AnyTagClassName
{
color: #30E6DA;
}
</style>
background-color css
<style>
a { background-color: #30E6DA; }
a { background-color: rgb(48,230,218); }
div.DivClassName
{
background-color: #30E6DA;
}
.BgClassName
{
background-color: #30E6DA;
}
</style>
border-color css
<style>
span { border-color: #30E6DA; }
span { border-color: rgb(48,230,218); }
td.TdClassName
{
border-color: #30E6DA;
}
.TagClassName
{
border-color: #30E6DA;
}
</style>