Shades of Turquoise #30FECD
Tints of Turquoise #30FECD
RGB
CMYK
RGB Variations
Color information
#30FECD (or 0x30FECD) is known color: Turquoise. HEX triplet: 30, FE and CD. RGB value is (48,254,205). Sum of RGB (Red+Green+Blue) = 48+254+205=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #30FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FECD is #CF0132. Grayscale: #BABABA. Windows color (decimal): -13566259 or 13499952. OLE color: 13499952.
HSL color Cylindrical-coordinate representation of color #30FECD: hue angle of 165.73º 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 #30FECD is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 205 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.00 |
| HSL | 165.73º | 0.99% | 0.59% | - |
| HSV(B) | 165.73º | 0.81% | 1% | - |
| XYZ | 47.68 | 75.92 | 69.9 | - |
| YUV | 186.82 | 138.25 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 205 | 0.81 | 0 | 0.19 | 0.00 | 165.73 | 0.99 | 0.59 |
| Hex | 30 | FE | CD | 51 | 0 | 13 | 0 | A6 | 63 | 3B |
| Octal | 60 | 376 | 315 | 121 | 0 | 23 | 0 | 246 | 143 | 73 |
| Binary | 110000 | 11111110 | 11001101 | 1010001 | 0 | 10011 | 0 | 10100110 | 1100011 | 111011 |
Color Harmonies of #30FECD
Complementary color
Monochromatic Colors of #30FECD
Black with #30FECD
Text Example
Text Example
White with #30FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FECD; }
p { color: rgb(48,254,205); }
H1.HeaderClassName
{
color: #30FECD;
}
.AnyTagClassName
{
color: #30FECD;
}
</style>
background-color css
<style>
a { background-color: #30FECD; }
a { background-color: rgb(48,254,205); }
div.DivClassName
{
background-color: #30FECD;
}
.BgClassName
{
background-color: #30FECD;
}
</style>
border-color css
<style>
span { border-color: #30FECD; }
span { border-color: rgb(48,254,205); }
td.TdClassName
{
border-color: #30FECD;
}
.TagClassName
{
border-color: #30FECD;
}
</style>