Shades of Turquoise #30FFF0
Tints of Turquoise #30FFF0
RGB
CMYK
RGB Variations
Color information
#30FFF0 (or 0x30FFF0) is known color: Turquoise. HEX triplet: 30, FF and F0. RGB value is (48,255,240). Sum of RGB (Red+Green+Blue) = 48+255+240=543 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.84% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FFF0 is #CF000F. Grayscale: #BFBFBF. Windows color (decimal): -13565968 or 15793968. OLE color: 15793968.
HSL color Cylindrical-coordinate representation of color #30FFF0: hue angle of 175.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFF0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 240 | - |
| CMYK | 0.81 | 0 | 0.06 | 0 |
| HSL | 175.65º | 1% | 0.59% | - |
| HSV(B) | 175.65º | 0.81% | 1% | - |
| XYZ | 52.71 | 78.44 | 94.8 | - |
| YUV | 191.4 | 155.42 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 240 | 0.81 | 0 | 0.06 | 0 | 175.65 | 1 | 0.59 |
| Hex | 30 | FF | F0 | 51 | 0 | 6 | 0 | B0 | 64 | 3B |
| Octal | 60 | 377 | 360 | 121 | 0 | 6 | 0 | 260 | 144 | 73 |
| Binary | 110000 | 11111111 | 11110000 | 1010001 | 0 | 110 | 0 | 10110000 | 1100100 | 111011 |
Color Harmonies of #30FFF0
Complementary color
Monochromatic Colors of #30FFF0
Black with #30FFF0
Text Example
Text Example
White with #30FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FFF0; }
p { color: rgb(48,255,240); }
H1.HeaderClassName
{
color: #30FFF0;
}
.AnyTagClassName
{
color: #30FFF0;
}
</style>
background-color css
<style>
a { background-color: #30FFF0; }
a { background-color: rgb(48,255,240); }
div.DivClassName
{
background-color: #30FFF0;
}
.BgClassName
{
background-color: #30FFF0;
}
</style>
border-color css
<style>
span { border-color: #30FFF0; }
span { border-color: rgb(48,255,240); }
td.TdClassName
{
border-color: #30FFF0;
}
.TagClassName
{
border-color: #30FFF0;
}
</style>