Shades of Turquoise #30FBBD
Tints of Turquoise #30FBBD
RGB
CMYK
RGB Variations
Color information
#30FBBD (or 0x30FBBD) is known color: Turquoise. HEX triplet: 30, FB and BD. RGB value is (48,251,189). Sum of RGB (Red+Green+Blue) = 48+251+189=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBBD is #CF0442. Grayscale: #B7B7B7. Windows color (decimal): -13567043 or 12450608. OLE color: 12450608.
HSL color Cylindrical-coordinate representation of color #30FBBD: hue angle of 161.67º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FBBD is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 189 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.02 |
| HSL | 161.67º | 0.96% | 0.59% | - |
| HSV(B) | 161.67º | 0.81% | 0.98% | - |
| XYZ | 44.9 | 73.3 | 59.93 | - |
| YUV | 183.24 | 131.25 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 189 | 0.81 | 0 | 0.25 | 0.02 | 161.67 | 0.96 | 0.59 |
| Hex | 30 | FB | BD | 51 | 0 | 19 | 2 | A2 | 60 | 3B |
| Octal | 60 | 373 | 275 | 121 | 0 | 31 | 2 | 242 | 140 | 73 |
| Binary | 110000 | 11111011 | 10111101 | 1010001 | 0 | 11001 | 10 | 10100010 | 1100000 | 111011 |
Color Harmonies of #30FBBD
Complementary color
Monochromatic Colors of #30FBBD
Black with #30FBBD
Text Example
Text Example
White with #30FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FBBD; }
p { color: rgb(48,251,189); }
H1.HeaderClassName
{
color: #30FBBD;
}
.AnyTagClassName
{
color: #30FBBD;
}
</style>
background-color css
<style>
a { background-color: #30FBBD; }
a { background-color: rgb(48,251,189); }
div.DivClassName
{
background-color: #30FBBD;
}
.BgClassName
{
background-color: #30FBBD;
}
</style>
border-color css
<style>
span { border-color: #30FBBD; }
span { border-color: rgb(48,251,189); }
td.TdClassName
{
border-color: #30FBBD;
}
.TagClassName
{
border-color: #30FBBD;
}
</style>