Shades of Turquoise #30ECDA
Tints of Turquoise #30ECDA
RGB
CMYK
RGB Variations
Color information
#30ECDA (or 0x30ECDA) is known color: Turquoise. HEX triplet: 30, EC and DA. RGB value is (48,236,218). Sum of RGB (Red+Green+Blue) = 48+236+218=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #30ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30ECDA is #CF1325. Grayscale: #B1B1B1. Windows color (decimal): -13570854 or 14347312. OLE color: 14347312.
HSL color Cylindrical-coordinate representation of color #30ECDA: hue angle of 174.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ECDA is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 218 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.07 |
| HSL | 174.26º | 0.83% | 0.56% | - |
| HSV(B) | 174.26º | 0.8% | 0.93% | - |
| XYZ | 43.87 | 65.68 | 76.7 | - |
| YUV | 177.74 | 150.72 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 218 | 0.80 | 0 | 0.08 | 0.07 | 174.26 | 0.83 | 0.56 |
| Hex | 30 | EC | DA | 50 | 0 | 8 | 7 | AE | 53 | 38 |
| Octal | 60 | 354 | 332 | 120 | 0 | 10 | 7 | 256 | 123 | 70 |
| Binary | 110000 | 11101100 | 11011010 | 1010000 | 0 | 1000 | 111 | 10101110 | 1010011 | 111000 |
Color Harmonies of #30ECDA
Complementary color
Monochromatic Colors of #30ECDA
Black with #30ECDA
Text Example
Text Example
White with #30ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECDA; }
p { color: rgb(48,236,218); }
H1.HeaderClassName
{
color: #30ECDA;
}
.AnyTagClassName
{
color: #30ECDA;
}
</style>
background-color css
<style>
a { background-color: #30ECDA; }
a { background-color: rgb(48,236,218); }
div.DivClassName
{
background-color: #30ECDA;
}
.BgClassName
{
background-color: #30ECDA;
}
</style>
border-color css
<style>
span { border-color: #30ECDA; }
span { border-color: rgb(48,236,218); }
td.TdClassName
{
border-color: #30ECDA;
}
.TagClassName
{
border-color: #30ECDA;
}
</style>