Shades of Turquoise #30EBBD
Tints of Turquoise #30EBBD
RGB
CMYK
RGB Variations
Color information
#30EBBD (or 0x30EBBD) is known color: Turquoise. HEX triplet: 30, EB and BD. RGB value is (48,235,189). Sum of RGB (Red+Green+Blue) = 48+235+189=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBBD is #CF1442. Grayscale: #ADADAD. Windows color (decimal): -13571139 or 12446512. OLE color: 12446512.
HSL color Cylindrical-coordinate representation of color #30EBBD: hue angle of 165.24º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBBD is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 235 | 189 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.08 |
| HSL | 165.24º | 0.82% | 0.55% | - |
| HSV(B) | 165.24º | 0.8% | 0.92% | - |
| XYZ | 40.11 | 63.72 | 58.33 | - |
| YUV | 173.84 | 136.55 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 189 | 0.80 | 0 | 0.20 | 0.08 | 165.24 | 0.82 | 0.55 |
| Hex | 30 | EB | BD | 50 | 0 | 14 | 8 | A5 | 52 | 37 |
| Octal | 60 | 353 | 275 | 120 | 0 | 24 | 10 | 245 | 122 | 67 |
| Binary | 110000 | 11101011 | 10111101 | 1010000 | 0 | 10100 | 1000 | 10100101 | 1010010 | 110111 |
Color Harmonies of #30EBBD
Complementary color
Monochromatic Colors of #30EBBD
Black with #30EBBD
Text Example
Text Example
White with #30EBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EBBD; }
p { color: rgb(48,235,189); }
H1.HeaderClassName
{
color: #30EBBD;
}
.AnyTagClassName
{
color: #30EBBD;
}
</style>
background-color css
<style>
a { background-color: #30EBBD; }
a { background-color: rgb(48,235,189); }
div.DivClassName
{
background-color: #30EBBD;
}
.BgClassName
{
background-color: #30EBBD;
}
</style>
border-color css
<style>
span { border-color: #30EBBD; }
span { border-color: rgb(48,235,189); }
td.TdClassName
{
border-color: #30EBBD;
}
.TagClassName
{
border-color: #30EBBD;
}
</style>