Shades of Turquoise #30FECF
Tints of Turquoise #30FECF
RGB
CMYK
RGB Variations
Color information
#30FECF (or 0x30FECF) is known color: Turquoise. HEX triplet: 30, FE and CF. RGB value is (48,254,207). Sum of RGB (Red+Green+Blue) = 48+254+207=509 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.43% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #30FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FECF is #CF0130. Grayscale: #BBBBBB. Windows color (decimal): -13566257 or 13631024. OLE color: 13631024.
HSL color Cylindrical-coordinate representation of color #30FECF: hue angle of 166.31º 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 #30FECF is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 207 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.00 |
| HSL | 166.31º | 0.99% | 0.59% | - |
| HSV(B) | 166.31º | 0.81% | 1% | - |
| XYZ | 47.92 | 76.02 | 71.18 | - |
| YUV | 187.05 | 139.25 | 28.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 207 | 0.81 | 0 | 0.19 | 0.00 | 166.31 | 0.99 | 0.59 |
| Hex | 30 | FE | CF | 51 | 0 | 13 | 0 | A6 | 63 | 3B |
| Octal | 60 | 376 | 317 | 121 | 0 | 23 | 0 | 246 | 143 | 73 |
| Binary | 110000 | 11111110 | 11001111 | 1010001 | 0 | 10011 | 0 | 10100110 | 1100011 | 111011 |
Color Harmonies of #30FECF
Complementary color
Monochromatic Colors of #30FECF
Black with #30FECF
Text Example
Text Example
White with #30FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FECF; }
p { color: rgb(48,254,207); }
H1.HeaderClassName
{
color: #30FECF;
}
.AnyTagClassName
{
color: #30FECF;
}
</style>
background-color css
<style>
a { background-color: #30FECF; }
a { background-color: rgb(48,254,207); }
div.DivClassName
{
background-color: #30FECF;
}
.BgClassName
{
background-color: #30FECF;
}
</style>
border-color css
<style>
span { border-color: #30FECF; }
span { border-color: rgb(48,254,207); }
td.TdClassName
{
border-color: #30FECF;
}
.TagClassName
{
border-color: #30FECF;
}
</style>