Shades of Turquoise #30FAC8
Tints of Turquoise #30FAC8
RGB
CMYK
RGB Variations
Color information
#30FAC8 (or 0x30FAC8) is known color: Turquoise. HEX triplet: 30, FA and C8. RGB value is (48,250,200). Sum of RGB (Red+Green+Blue) = 48+250+200=498 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.64% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FAC8 is #CF0537. Grayscale: #B7B7B7. Windows color (decimal): -13567288 or 13171248. OLE color: 13171248.
HSL color Cylindrical-coordinate representation of color #30FAC8: hue angle of 165.15º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FAC8 is Cyan = 0.81, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 200 | - |
| CMYK | 0.81 | 0 | 0.2 | 0.02 |
| HSL | 165.15º | 0.95% | 0.58% | - |
| HSV(B) | 165.15º | 0.81% | 0.98% | - |
| XYZ | 45.83 | 73.17 | 66.35 | - |
| YUV | 183.9 | 137.08 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 200 | 0.81 | 0 | 0.2 | 0.02 | 165.15 | 0.95 | 0.58 |
| Hex | 30 | FA | C8 | 51 | 0 | 14 | 2 | A5 | 5F | 3A |
| Octal | 60 | 372 | 310 | 121 | 0 | 24 | 2 | 245 | 137 | 72 |
| Binary | 110000 | 11111010 | 11001000 | 1010001 | 0 | 10100 | 10 | 10100101 | 1011111 | 111010 |
Color Harmonies of #30FAC8
Complementary color
Monochromatic Colors of #30FAC8
Black with #30FAC8
Text Example
Text Example
White with #30FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FAC8; }
p { color: rgb(48,250,200); }
H1.HeaderClassName
{
color: #30FAC8;
}
.AnyTagClassName
{
color: #30FAC8;
}
</style>
background-color css
<style>
a { background-color: #30FAC8; }
a { background-color: rgb(48,250,200); }
div.DivClassName
{
background-color: #30FAC8;
}
.BgClassName
{
background-color: #30FAC8;
}
</style>
border-color css
<style>
span { border-color: #30FAC8; }
span { border-color: rgb(48,250,200); }
td.TdClassName
{
border-color: #30FAC8;
}
.TagClassName
{
border-color: #30FAC8;
}
</style>