Shades of Turquoise #30FAEC
Tints of Turquoise #30FAEC
RGB
CMYK
RGB Variations
Color information
#30FAEC (or 0x30FAEC) is known color: Turquoise. HEX triplet: 30, FA and EC. RGB value is (48,250,236). Sum of RGB (Red+Green+Blue) = 48+250+236=534 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.99% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FAEC is #CF0513. Grayscale: #BBBBBB. Windows color (decimal): -13567252 or 15530544. OLE color: 15530544.
HSL color Cylindrical-coordinate representation of color #30FAEC: hue angle of 175.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FAEC is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 236 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.02 |
| HSL | 175.84º | 0.95% | 0.58% | - |
| HSV(B) | 175.84º | 0.81% | 0.98% | - |
| XYZ | 50.54 | 75.06 | 91.18 | - |
| YUV | 188.01 | 155.08 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 236 | 0.81 | 0 | 0.06 | 0.02 | 175.84 | 0.95 | 0.58 |
| Hex | 30 | FA | EC | 51 | 0 | 6 | 2 | B0 | 5F | 3A |
| Octal | 60 | 372 | 354 | 121 | 0 | 6 | 2 | 260 | 137 | 72 |
| Binary | 110000 | 11111010 | 11101100 | 1010001 | 0 | 110 | 10 | 10110000 | 1011111 | 111010 |
Color Harmonies of #30FAEC
Complementary color
Monochromatic Colors of #30FAEC
Black with #30FAEC
Text Example
Text Example
White with #30FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FAEC; }
p { color: rgb(48,250,236); }
H1.HeaderClassName
{
color: #30FAEC;
}
.AnyTagClassName
{
color: #30FAEC;
}
</style>
background-color css
<style>
a { background-color: #30FAEC; }
a { background-color: rgb(48,250,236); }
div.DivClassName
{
background-color: #30FAEC;
}
.BgClassName
{
background-color: #30FAEC;
}
</style>
border-color css
<style>
span { border-color: #30FAEC; }
span { border-color: rgb(48,250,236); }
td.TdClassName
{
border-color: #30FAEC;
}
.TagClassName
{
border-color: #30FAEC;
}
</style>