Shades of Turquoise #30F5BD
Tints of Turquoise #30F5BD
RGB
CMYK
RGB Variations
Color information
#30F5BD (or 0x30F5BD) is known color: Turquoise. HEX triplet: 30, F5 and BD. RGB value is (48,245,189). Sum of RGB (Red+Green+Blue) = 48+245+189=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #30F5BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F5BD is #CF0A42. Grayscale: #B3B3B3. Windows color (decimal): -13568579 or 12449072. OLE color: 12449072.
HSL color Cylindrical-coordinate representation of color #30F5BD: hue angle of 162.94º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F5BD is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 245 | 189 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.04 |
| HSL | 162.94º | 0.91% | 0.57% | - |
| HSV(B) | 162.94º | 0.8% | 0.96% | - |
| XYZ | 43.06 | 69.61 | 59.31 | - |
| YUV | 179.71 | 133.23 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 189 | 0.80 | 0 | 0.23 | 0.04 | 162.94 | 0.91 | 0.57 |
| Hex | 30 | F5 | BD | 50 | 0 | 17 | 4 | A3 | 5B | 39 |
| Octal | 60 | 365 | 275 | 120 | 0 | 27 | 4 | 243 | 133 | 71 |
| Binary | 110000 | 11110101 | 10111101 | 1010000 | 0 | 10111 | 100 | 10100011 | 1011011 | 111001 |
Color Harmonies of #30F5BD
Complementary color
Monochromatic Colors of #30F5BD
Black with #30F5BD
Text Example
Text Example
White with #30F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F5BD; }
p { color: rgb(48,245,189); }
H1.HeaderClassName
{
color: #30F5BD;
}
.AnyTagClassName
{
color: #30F5BD;
}
</style>
background-color css
<style>
a { background-color: #30F5BD; }
a { background-color: rgb(48,245,189); }
div.DivClassName
{
background-color: #30F5BD;
}
.BgClassName
{
background-color: #30F5BD;
}
</style>
border-color css
<style>
span { border-color: #30F5BD; }
span { border-color: rgb(48,245,189); }
td.TdClassName
{
border-color: #30F5BD;
}
.TagClassName
{
border-color: #30F5BD;
}
</style>