Shades of Turquoise #30D5BD
Tints of Turquoise #30D5BD
RGB
CMYK
RGB Variations
Color information
#30D5BD (or 0x30D5BD) is known color: Turquoise. HEX triplet: 30, D5 and BD. RGB value is (48,213,189). Sum of RGB (Red+Green+Blue) = 48+213+189=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #30D5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D5BD is #CF2A42. Grayscale: #A0A0A0. Windows color (decimal): -13576771 or 12440880. OLE color: 12440880.
HSL color Cylindrical-coordinate representation of color #30D5BD: hue angle of 171.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D5BD is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 213 | 189 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.16 |
| HSL | 171.27º | 0.66% | 0.51% | - |
| HSV(B) | 171.27º | 0.77% | 0.84% | - |
| XYZ | 34.2 | 51.89 | 56.36 | - |
| YUV | 160.93 | 143.84 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 213 | 189 | 0.77 | 0 | 0.11 | 0.16 | 171.27 | 0.66 | 0.51 |
| Hex | 30 | D5 | BD | 4D | 0 | B | 10 | AB | 42 | 33 |
| Octal | 60 | 325 | 275 | 115 | 0 | 13 | 20 | 253 | 102 | 63 |
| Binary | 110000 | 11010101 | 10111101 | 1001101 | 0 | 1011 | 10000 | 10101011 | 1000010 | 110011 |
Color Harmonies of #30D5BD
Complementary color
Monochromatic Colors of #30D5BD
Black with #30D5BD
Text Example
Text Example
White with #30D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D5BD; }
p { color: rgb(48,213,189); }
H1.HeaderClassName
{
color: #30D5BD;
}
.AnyTagClassName
{
color: #30D5BD;
}
</style>
background-color css
<style>
a { background-color: #30D5BD; }
a { background-color: rgb(48,213,189); }
div.DivClassName
{
background-color: #30D5BD;
}
.BgClassName
{
background-color: #30D5BD;
}
</style>
border-color css
<style>
span { border-color: #30D5BD; }
span { border-color: rgb(48,213,189); }
td.TdClassName
{
border-color: #30D5BD;
}
.TagClassName
{
border-color: #30D5BD;
}
</style>