Shades of Turquoise #30F1ED
Tints of Turquoise #30F1ED
RGB
CMYK
RGB Variations
Color information
#30F1ED (or 0x30F1ED) is known color: Turquoise. HEX triplet: 30, F1 and ED. RGB value is (48,241,237). Sum of RGB (Red+Green+Blue) = 48+241+237=526 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.13% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #30F1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30F1ED is #CF0E12. Grayscale: #B6B6B6. Windows color (decimal): -13569555 or 15593776. OLE color: 15593776.
HSL color Cylindrical-coordinate representation of color #30F1ED: hue angle of 178.76º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F1ED is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 237 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.05 |
| HSL | 178.76º | 0.87% | 0.57% | - |
| HSV(B) | 178.76º | 0.8% | 0.95% | - |
| XYZ | 47.96 | 69.65 | 91.04 | - |
| YUV | 182.84 | 158.56 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 237 | 0.80 | 0 | 0.02 | 0.05 | 178.76 | 0.87 | 0.57 |
| Hex | 30 | F1 | ED | 50 | 0 | 2 | 5 | B3 | 57 | 39 |
| Octal | 60 | 361 | 355 | 120 | 0 | 2 | 5 | 263 | 127 | 71 |
| Binary | 110000 | 11110001 | 11101101 | 1010000 | 0 | 10 | 101 | 10110011 | 1010111 | 111001 |
Color Harmonies of #30F1ED
Complementary color
Monochromatic Colors of #30F1ED
Black with #30F1ED
Text Example
Text Example
White with #30F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F1ED; }
p { color: rgb(48,241,237); }
H1.HeaderClassName
{
color: #30F1ED;
}
.AnyTagClassName
{
color: #30F1ED;
}
</style>
background-color css
<style>
a { background-color: #30F1ED; }
a { background-color: rgb(48,241,237); }
div.DivClassName
{
background-color: #30F1ED;
}
.BgClassName
{
background-color: #30F1ED;
}
</style>
border-color css
<style>
span { border-color: #30F1ED; }
span { border-color: rgb(48,241,237); }
td.TdClassName
{
border-color: #30F1ED;
}
.TagClassName
{
border-color: #30F1ED;
}
</style>