Shades of Turquoise #30F2BD
Tints of Turquoise #30F2BD
RGB
CMYK
RGB Variations
Color information
#30F2BD (or 0x30F2BD) is known color: Turquoise. HEX triplet: 30, F2 and BD. RGB value is (48,242,189). Sum of RGB (Red+Green+Blue) = 48+242+189=479 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.02% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #30F2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F2BD is #CF0D42. Grayscale: #B1B1B1. Windows color (decimal): -13569347 or 12448304. OLE color: 12448304.
HSL color Cylindrical-coordinate representation of color #30F2BD: hue angle of 163.61º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F2BD is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 242 | 189 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.05 |
| HSL | 163.61º | 0.88% | 0.57% | - |
| HSV(B) | 163.61º | 0.8% | 0.95% | - |
| XYZ | 42.16 | 67.81 | 59.01 | - |
| YUV | 177.95 | 134.23 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 242 | 189 | 0.80 | 0 | 0.22 | 0.05 | 163.61 | 0.88 | 0.57 |
| Hex | 30 | F2 | BD | 50 | 0 | 16 | 5 | A4 | 58 | 39 |
| Octal | 60 | 362 | 275 | 120 | 0 | 26 | 5 | 244 | 130 | 71 |
| Binary | 110000 | 11110010 | 10111101 | 1010000 | 0 | 10110 | 101 | 10100100 | 1011000 | 111001 |
Color Harmonies of #30F2BD
Complementary color
Monochromatic Colors of #30F2BD
Black with #30F2BD
Text Example
Text Example
White with #30F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F2BD; }
p { color: rgb(48,242,189); }
H1.HeaderClassName
{
color: #30F2BD;
}
.AnyTagClassName
{
color: #30F2BD;
}
</style>
background-color css
<style>
a { background-color: #30F2BD; }
a { background-color: rgb(48,242,189); }
div.DivClassName
{
background-color: #30F2BD;
}
.BgClassName
{
background-color: #30F2BD;
}
</style>
border-color css
<style>
span { border-color: #30F2BD; }
span { border-color: rgb(48,242,189); }
td.TdClassName
{
border-color: #30F2BD;
}
.TagClassName
{
border-color: #30F2BD;
}
</style>