Shades of Turquoise #30FEEF
Tints of Turquoise #30FEEF
RGB
CMYK
RGB Variations
Color information
#30FEEF (or 0x30FEEF) is known color: Turquoise. HEX triplet: 30, FE and EF. RGB value is (48,254,239). Sum of RGB (Red+Green+Blue) = 48+254+239=541 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.87% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FEEF is #CF0110. Grayscale: #BEBEBE. Windows color (decimal): -13566225 or 15728176. OLE color: 15728176.
HSL color Cylindrical-coordinate representation of color #30FEEF: hue angle of 175.63º 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 #30FEEF is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 239 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.00 |
| HSL | 175.63º | 0.99% | 0.59% | - |
| HSV(B) | 175.63º | 0.81% | 1% | - |
| XYZ | 52.24 | 77.74 | 93.91 | - |
| YUV | 190.7 | 155.25 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 239 | 0.81 | 0 | 0.06 | 0.00 | 175.63 | 0.99 | 0.59 |
| Hex | 30 | FE | EF | 51 | 0 | 6 | 0 | B0 | 63 | 3B |
| Octal | 60 | 376 | 357 | 121 | 0 | 6 | 0 | 260 | 143 | 73 |
| Binary | 110000 | 11111110 | 11101111 | 1010001 | 0 | 110 | 0 | 10110000 | 1100011 | 111011 |
Color Harmonies of #30FEEF
Complementary color
Monochromatic Colors of #30FEEF
Black with #30FEEF
Text Example
Text Example
White with #30FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEEF; }
p { color: rgb(48,254,239); }
H1.HeaderClassName
{
color: #30FEEF;
}
.AnyTagClassName
{
color: #30FEEF;
}
</style>
background-color css
<style>
a { background-color: #30FEEF; }
a { background-color: rgb(48,254,239); }
div.DivClassName
{
background-color: #30FEEF;
}
.BgClassName
{
background-color: #30FEEF;
}
</style>
border-color css
<style>
span { border-color: #30FEEF; }
span { border-color: rgb(48,254,239); }
td.TdClassName
{
border-color: #30FEEF;
}
.TagClassName
{
border-color: #30FEEF;
}
</style>