Shades of Turquoise #30D6EC
Tints of Turquoise #30D6EC
RGB
CMYK
RGB Variations
Color information
#30D6EC (or 0x30D6EC) is known color: Turquoise. HEX triplet: 30, D6 and EC. RGB value is (48,214,236). Sum of RGB (Red+Green+Blue) = 48+214+236=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #30D6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30D6EC is #CF2913. Grayscale: #A6A6A6. Windows color (decimal): -13576468 or 15521328. OLE color: 15521328.
HSL color Cylindrical-coordinate representation of color #30D6EC: hue angle of 187.02º 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 #30D6EC is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 214 | 236 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.07 |
| HSL | 187.02º | 0.83% | 0.56% | - |
| HSV(B) | 187.02º | 0.8% | 0.93% | - |
| XYZ | 40.41 | 54.78 | 87.8 | - |
| YUV | 166.87 | 167 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 236 | 0.80 | 0.09 | 0 | 0.07 | 187.02 | 0.83 | 0.56 |
| Hex | 30 | D6 | EC | 50 | 9 | 0 | 7 | BB | 53 | 38 |
| Octal | 60 | 326 | 354 | 120 | 11 | 0 | 7 | 273 | 123 | 70 |
| Binary | 110000 | 11010110 | 11101100 | 1010000 | 1001 | 0 | 111 | 10111011 | 1010011 | 111000 |
Color Harmonies of #30D6EC
Complementary color
Monochromatic Colors of #30D6EC
Black with #30D6EC
Text Example
Text Example
White with #30D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D6EC; }
p { color: rgb(48,214,236); }
H1.HeaderClassName
{
color: #30D6EC;
}
.AnyTagClassName
{
color: #30D6EC;
}
</style>
background-color css
<style>
a { background-color: #30D6EC; }
a { background-color: rgb(48,214,236); }
div.DivClassName
{
background-color: #30D6EC;
}
.BgClassName
{
background-color: #30D6EC;
}
</style>
border-color css
<style>
span { border-color: #30D6EC; }
span { border-color: rgb(48,214,236); }
td.TdClassName
{
border-color: #30D6EC;
}
.TagClassName
{
border-color: #30D6EC;
}
</style>