Shades of Turquoise #30EAEC
Tints of Turquoise #30EAEC
RGB
CMYK
RGB Variations
Color information
#30EAEC (or 0x30EAEC) is known color: Turquoise. HEX triplet: 30, EA and EC. RGB value is (48,234,236). Sum of RGB (Red+Green+Blue) = 48+234+236=518 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.27% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #30EAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EAEC is #CF1513. Grayscale: #B2B2B2. Windows color (decimal): -13571348 or 15526448. OLE color: 15526448.
HSL color Cylindrical-coordinate representation of color #30EAEC: hue angle of 180.64º 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 #30EAEC is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 234 | 236 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.07 |
| HSL | 180.64º | 0.83% | 0.56% | - |
| HSV(B) | 180.64º | 0.8% | 0.93% | - |
| XYZ | 45.78 | 65.53 | 89.59 | - |
| YUV | 178.61 | 160.38 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 236 | 0.80 | 0.01 | 0 | 0.07 | 180.64 | 0.83 | 0.56 |
| Hex | 30 | EA | EC | 50 | 1 | 0 | 7 | B5 | 53 | 38 |
| Octal | 60 | 352 | 354 | 120 | 1 | 0 | 7 | 265 | 123 | 70 |
| Binary | 110000 | 11101010 | 11101100 | 1010000 | 1 | 0 | 111 | 10110101 | 1010011 | 111000 |
Color Harmonies of #30EAEC
Complementary color
Monochromatic Colors of #30EAEC
Black with #30EAEC
Text Example
Text Example
White with #30EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EAEC; }
p { color: rgb(48,234,236); }
H1.HeaderClassName
{
color: #30EAEC;
}
.AnyTagClassName
{
color: #30EAEC;
}
</style>
background-color css
<style>
a { background-color: #30EAEC; }
a { background-color: rgb(48,234,236); }
div.DivClassName
{
background-color: #30EAEC;
}
.BgClassName
{
background-color: #30EAEC;
}
</style>
border-color css
<style>
span { border-color: #30EAEC; }
span { border-color: rgb(48,234,236); }
td.TdClassName
{
border-color: #30EAEC;
}
.TagClassName
{
border-color: #30EAEC;
}
</style>