Shades of Turquoise #30EABD
Tints of Turquoise #30EABD
RGB
CMYK
RGB Variations
Color information
#30EABD (or 0x30EABD) is known color: Turquoise. HEX triplet: 30, EA and BD. RGB value is (48,234,189). Sum of RGB (Red+Green+Blue) = 48+234+189=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #30EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EABD is #CF1542. Grayscale: #ADADAD. Windows color (decimal): -13571395 or 12446256. OLE color: 12446256.
HSL color Cylindrical-coordinate representation of color #30EABD: hue angle of 165.48º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EABD is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 189 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.08 |
| HSL | 165.48º | 0.82% | 0.55% | - |
| HSV(B) | 165.48º | 0.79% | 0.92% | - |
| XYZ | 39.83 | 63.15 | 58.23 | - |
| YUV | 173.26 | 136.88 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 189 | 0.79 | 0 | 0.19 | 0.08 | 165.48 | 0.82 | 0.55 |
| Hex | 30 | EA | BD | 4F | 0 | 13 | 8 | A5 | 52 | 37 |
| Octal | 60 | 352 | 275 | 117 | 0 | 23 | 10 | 245 | 122 | 67 |
| Binary | 110000 | 11101010 | 10111101 | 1001111 | 0 | 10011 | 1000 | 10100101 | 1010010 | 110111 |
Color Harmonies of #30EABD
Complementary color
Monochromatic Colors of #30EABD
Black with #30EABD
Text Example
Text Example
White with #30EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EABD; }
p { color: rgb(48,234,189); }
H1.HeaderClassName
{
color: #30EABD;
}
.AnyTagClassName
{
color: #30EABD;
}
</style>
background-color css
<style>
a { background-color: #30EABD; }
a { background-color: rgb(48,234,189); }
div.DivClassName
{
background-color: #30EABD;
}
.BgClassName
{
background-color: #30EABD;
}
</style>
border-color css
<style>
span { border-color: #30EABD; }
span { border-color: rgb(48,234,189); }
td.TdClassName
{
border-color: #30EABD;
}
.TagClassName
{
border-color: #30EABD;
}
</style>