Shades of Turquoise #30F9ED
Tints of Turquoise #30F9ED
RGB
CMYK
RGB Variations
Color information
#30F9ED (or 0x30F9ED) is known color: Turquoise. HEX triplet: 30, F9 and ED. RGB value is (48,249,237). Sum of RGB (Red+Green+Blue) = 48+249+237=534 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.99% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #30F9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F9ED is #CF0612. Grayscale: #BBBBBB. Windows color (decimal): -13567507 or 15595824. OLE color: 15595824.
HSL color Cylindrical-coordinate representation of color #30F9ED: hue angle of 176.42º 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 #30F9ED is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 237 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.02 |
| HSL | 176.42º | 0.94% | 0.58% | - |
| HSV(B) | 176.42º | 0.81% | 0.98% | - |
| XYZ | 50.38 | 74.49 | 91.84 | - |
| YUV | 187.53 | 155.91 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 237 | 0.81 | 0 | 0.05 | 0.02 | 176.42 | 0.94 | 0.58 |
| Hex | 30 | F9 | ED | 51 | 0 | 5 | 2 | B0 | 5E | 3A |
| Octal | 60 | 371 | 355 | 121 | 0 | 5 | 2 | 260 | 136 | 72 |
| Binary | 110000 | 11111001 | 11101101 | 1010001 | 0 | 101 | 10 | 10110000 | 1011110 | 111010 |
Color Harmonies of #30F9ED
Complementary color
Monochromatic Colors of #30F9ED
Black with #30F9ED
Text Example
Text Example
White with #30F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F9ED; }
p { color: rgb(48,249,237); }
H1.HeaderClassName
{
color: #30F9ED;
}
.AnyTagClassName
{
color: #30F9ED;
}
</style>
background-color css
<style>
a { background-color: #30F9ED; }
a { background-color: rgb(48,249,237); }
div.DivClassName
{
background-color: #30F9ED;
}
.BgClassName
{
background-color: #30F9ED;
}
</style>
border-color css
<style>
span { border-color: #30F9ED; }
span { border-color: rgb(48,249,237); }
td.TdClassName
{
border-color: #30F9ED;
}
.TagClassName
{
border-color: #30F9ED;
}
</style>