Shades of Turquoise #30FEDB
Tints of Turquoise #30FEDB
RGB
CMYK
RGB Variations
Color information
#30FEDB (or 0x30FEDB) is known color: Turquoise. HEX triplet: 30, FE and DB. RGB value is (48,254,219). Sum of RGB (Red+Green+Blue) = 48+254+219=521 (69% of max value = 765). Red value is 48 (19.14% from 255 or 9.21% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEDB is #CF0124. Grayscale: #BCBCBC. Windows color (decimal): -13566245 or 14417456. OLE color: 14417456.
HSL color Cylindrical-coordinate representation of color #30FEDB: hue angle of 169.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FEDB is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 219 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.00 |
| HSL | 169.81º | 0.99% | 0.59% | - |
| HSV(B) | 169.81º | 0.81% | 1% | - |
| XYZ | 49.45 | 76.63 | 79.2 | - |
| YUV | 188.42 | 145.25 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 219 | 0.81 | 0 | 0.14 | 0.00 | 169.81 | 0.99 | 0.59 |
| Hex | 30 | FE | DB | 51 | 0 | E | 0 | AA | 63 | 3B |
| Octal | 60 | 376 | 333 | 121 | 0 | 16 | 0 | 252 | 143 | 73 |
| Binary | 110000 | 11111110 | 11011011 | 1010001 | 0 | 1110 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #30FEDB
Complementary color
Monochromatic Colors of #30FEDB
Black with #30FEDB
Text Example
Text Example
White with #30FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEDB; }
p { color: rgb(48,254,219); }
H1.HeaderClassName
{
color: #30FEDB;
}
.AnyTagClassName
{
color: #30FEDB;
}
</style>
background-color css
<style>
a { background-color: #30FEDB; }
a { background-color: rgb(48,254,219); }
div.DivClassName
{
background-color: #30FEDB;
}
.BgClassName
{
background-color: #30FEDB;
}
</style>
border-color css
<style>
span { border-color: #30FEDB; }
span { border-color: rgb(48,254,219); }
td.TdClassName
{
border-color: #30FEDB;
}
.TagClassName
{
border-color: #30FEDB;
}
</style>