Shades of Turquoise #30FECE
Tints of Turquoise #30FECE
RGB
CMYK
RGB Variations
Color information
#30FECE (or 0x30FECE) is known color: Turquoise. HEX triplet: 30, FE and CE. RGB value is (48,254,206). Sum of RGB (Red+Green+Blue) = 48+254+206=508 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.45% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #30FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FECE is #CF0131. Grayscale: #BABABA. Windows color (decimal): -13566258 or 13565488. OLE color: 13565488.
HSL color Cylindrical-coordinate representation of color #30FECE: hue angle of 166.02º 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 #30FECE is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 206 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.00 |
| HSL | 166.02º | 0.99% | 0.59% | - |
| HSV(B) | 166.02º | 0.81% | 1% | - |
| XYZ | 47.8 | 75.97 | 70.54 | - |
| YUV | 186.93 | 138.75 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 206 | 0.81 | 0 | 0.19 | 0.00 | 166.02 | 0.99 | 0.59 |
| Hex | 30 | FE | CE | 51 | 0 | 13 | 0 | A6 | 63 | 3B |
| Octal | 60 | 376 | 316 | 121 | 0 | 23 | 0 | 246 | 143 | 73 |
| Binary | 110000 | 11111110 | 11001110 | 1010001 | 0 | 10011 | 0 | 10100110 | 1100011 | 111011 |
Color Harmonies of #30FECE
Complementary color
Monochromatic Colors of #30FECE
Black with #30FECE
Text Example
Text Example
White with #30FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FECE; }
p { color: rgb(48,254,206); }
H1.HeaderClassName
{
color: #30FECE;
}
.AnyTagClassName
{
color: #30FECE;
}
</style>
background-color css
<style>
a { background-color: #30FECE; }
a { background-color: rgb(48,254,206); }
div.DivClassName
{
background-color: #30FECE;
}
.BgClassName
{
background-color: #30FECE;
}
</style>
border-color css
<style>
span { border-color: #30FECE; }
span { border-color: rgb(48,254,206); }
td.TdClassName
{
border-color: #30FECE;
}
.TagClassName
{
border-color: #30FECE;
}
</style>