Shades of Turquoise #30ECF9
Tints of Turquoise #30ECF9
RGB
CMYK
RGB Variations
Color information
#30ECF9 (or 0x30ECF9) is known color: Turquoise. HEX triplet: 30, EC and F9. RGB value is (48,236,249). Sum of RGB (Red+Green+Blue) = 48+236+249=533 (70% of max value = 765). Red value is 48 (19.14% from 255 or 9.01% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #30ECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30ECF9 is #CF1306. Grayscale: #B5B5B5. Windows color (decimal): -13570823 or 16378928. OLE color: 16378928.
HSL color Cylindrical-coordinate representation of color #30ECF9: hue angle of 183.88º degrees, saturation: 0.94, 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 #30ECF9 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 236 | 249 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.02 |
| HSL | 183.88º | 0.94% | 0.58% | - |
| HSV(B) | 183.88º | 0.81% | 0.98% | - |
| XYZ | 48.31 | 67.46 | 100.1 | - |
| YUV | 181.27 | 166.22 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 249 | 0.81 | 0.05 | 0 | 0.02 | 183.88 | 0.94 | 0.58 |
| Hex | 30 | EC | F9 | 51 | 5 | 0 | 2 | B8 | 5E | 3A |
| Octal | 60 | 354 | 371 | 121 | 5 | 0 | 2 | 270 | 136 | 72 |
| Binary | 110000 | 11101100 | 11111001 | 1010001 | 101 | 0 | 10 | 10111000 | 1011110 | 111010 |
Color Harmonies of #30ECF9
Complementary color
Monochromatic Colors of #30ECF9
Black with #30ECF9
Text Example
Text Example
White with #30ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECF9; }
p { color: rgb(48,236,249); }
H1.HeaderClassName
{
color: #30ECF9;
}
.AnyTagClassName
{
color: #30ECF9;
}
</style>
background-color css
<style>
a { background-color: #30ECF9; }
a { background-color: rgb(48,236,249); }
div.DivClassName
{
background-color: #30ECF9;
}
.BgClassName
{
background-color: #30ECF9;
}
</style>
border-color css
<style>
span { border-color: #30ECF9; }
span { border-color: rgb(48,236,249); }
td.TdClassName
{
border-color: #30ECF9;
}
.TagClassName
{
border-color: #30ECF9;
}
</style>