Shades of Turquoise #30FEC8
Tints of Turquoise #30FEC8
RGB
CMYK
RGB Variations
Color information
#30FEC8 (or 0x30FEC8) is known color: Turquoise. HEX triplet: 30, FE and C8. RGB value is (48,254,200). Sum of RGB (Red+Green+Blue) = 48+254+200=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #30FEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FEC8 is #CF0137. Grayscale: #BABABA. Windows color (decimal): -13566264 or 13172272. OLE color: 13172272.
HSL color Cylindrical-coordinate representation of color #30FEC8: hue angle of 164.27º 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 #30FEC8 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 200 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.00 |
| HSL | 164.27º | 0.99% | 0.59% | - |
| HSV(B) | 164.27º | 0.81% | 1% | - |
| XYZ | 47.09 | 75.68 | 66.77 | - |
| YUV | 186.25 | 135.75 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 200 | 0.81 | 0 | 0.21 | 0.00 | 164.27 | 0.99 | 0.59 |
| Hex | 30 | FE | C8 | 51 | 0 | 15 | 0 | A4 | 63 | 3B |
| Octal | 60 | 376 | 310 | 121 | 0 | 25 | 0 | 244 | 143 | 73 |
| Binary | 110000 | 11111110 | 11001000 | 1010001 | 0 | 10101 | 0 | 10100100 | 1100011 | 111011 |
Color Harmonies of #30FEC8
Complementary color
Monochromatic Colors of #30FEC8
Black with #30FEC8
Text Example
Text Example
White with #30FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FEC8; }
p { color: rgb(48,254,200); }
H1.HeaderClassName
{
color: #30FEC8;
}
.AnyTagClassName
{
color: #30FEC8;
}
</style>
background-color css
<style>
a { background-color: #30FEC8; }
a { background-color: rgb(48,254,200); }
div.DivClassName
{
background-color: #30FEC8;
}
.BgClassName
{
background-color: #30FEC8;
}
</style>
border-color css
<style>
span { border-color: #30FEC8; }
span { border-color: rgb(48,254,200); }
td.TdClassName
{
border-color: #30FEC8;
}
.TagClassName
{
border-color: #30FEC8;
}
</style>