Shades of Turquoise #30FDBB
Tints of Turquoise #30FDBB
RGB
CMYK
RGB Variations
Color information
#30FDBB (or 0x30FDBB) is known color: Turquoise. HEX triplet: 30, FD and BB. RGB value is (48,253,187). Sum of RGB (Red+Green+Blue) = 48+253+187=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #30FDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FDBB is #CF0244. Grayscale: #B8B8B8. Windows color (decimal): -13566533 or 12320048. OLE color: 12320048.
HSL color Cylindrical-coordinate representation of color #30FDBB: hue angle of 160.68º 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 #30FDBB is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 187 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.01 |
| HSL | 160.68º | 0.98% | 0.59% | - |
| HSV(B) | 160.68º | 0.81% | 0.99% | - |
| XYZ | 45.31 | 74.47 | 59 | - |
| YUV | 184.18 | 129.58 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 187 | 0.81 | 0 | 0.26 | 0.01 | 160.68 | 0.98 | 0.59 |
| Hex | 30 | FD | BB | 51 | 0 | 1A | 1 | A1 | 62 | 3B |
| Octal | 60 | 375 | 273 | 121 | 0 | 32 | 1 | 241 | 142 | 73 |
| Binary | 110000 | 11111101 | 10111011 | 1010001 | 0 | 11010 | 1 | 10100001 | 1100010 | 111011 |
Color Harmonies of #30FDBB
Complementary color
Monochromatic Colors of #30FDBB
Black with #30FDBB
Text Example
Text Example
White with #30FDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FDBB; }
p { color: rgb(48,253,187); }
H1.HeaderClassName
{
color: #30FDBB;
}
.AnyTagClassName
{
color: #30FDBB;
}
</style>
background-color css
<style>
a { background-color: #30FDBB; }
a { background-color: rgb(48,253,187); }
div.DivClassName
{
background-color: #30FDBB;
}
.BgClassName
{
background-color: #30FDBB;
}
</style>
border-color css
<style>
span { border-color: #30FDBB; }
span { border-color: rgb(48,253,187); }
td.TdClassName
{
border-color: #30FDBB;
}
.TagClassName
{
border-color: #30FDBB;
}
</style>