Shades of Turquoise #30FDF0
Tints of Turquoise #30FDF0
RGB
CMYK
RGB Variations
Color information
#30FDF0 (or 0x30FDF0) is known color: Turquoise. HEX triplet: 30, FD and F0. RGB value is (48,253,240). Sum of RGB (Red+Green+Blue) = 48+253+240=541 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.87% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FDF0 is #CF020F. Grayscale: #BEBEBE. Windows color (decimal): -13566480 or 15793456. OLE color: 15793456.
HSL color Cylindrical-coordinate representation of color #30FDF0: hue angle of 176.2º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FDF0 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 240 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.01 |
| HSL | 176.2º | 0.98% | 0.59% | - |
| HSV(B) | 176.2º | 0.81% | 0.99% | - |
| XYZ | 52.07 | 77.17 | 94.59 | - |
| YUV | 190.22 | 156.08 | 26.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 240 | 0.81 | 0 | 0.05 | 0.01 | 176.2 | 0.98 | 0.59 |
| Hex | 30 | FD | F0 | 51 | 0 | 5 | 1 | B0 | 62 | 3B |
| Octal | 60 | 375 | 360 | 121 | 0 | 5 | 1 | 260 | 142 | 73 |
| Binary | 110000 | 11111101 | 11110000 | 1010001 | 0 | 101 | 1 | 10110000 | 1100010 | 111011 |
Color Harmonies of #30FDF0
Complementary color
Monochromatic Colors of #30FDF0
Black with #30FDF0
Text Example
Text Example
White with #30FDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDF0; }
p { color: rgb(48,253,240); }
H1.HeaderClassName
{
color: #30FDF0;
}
.AnyTagClassName
{
color: #30FDF0;
}
</style>
background-color css
<style>
a { background-color: #30FDF0; }
a { background-color: rgb(48,253,240); }
div.DivClassName
{
background-color: #30FDF0;
}
.BgClassName
{
background-color: #30FDF0;
}
</style>
border-color css
<style>
span { border-color: #30FDF0; }
span { border-color: rgb(48,253,240); }
td.TdClassName
{
border-color: #30FDF0;
}
.TagClassName
{
border-color: #30FDF0;
}
</style>