Shades of Turquoise #30E2D5
Tints of Turquoise #30E2D5
RGB
CMYK
RGB Variations
Color information
#30E2D5 (or 0x30E2D5) is known color: Turquoise. HEX triplet: 30, E2 and D5. RGB value is (48,226,213). Sum of RGB (Red+Green+Blue) = 48+226+213=487 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.86% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #30E2D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E2D5 is #CF1D2A. Grayscale: #ABABAB. Windows color (decimal): -13573419 or 14017072. OLE color: 14017072.
HSL color Cylindrical-coordinate representation of color #30E2D5: hue angle of 175.62º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E2D5 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 226 | 213 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.11 |
| HSL | 175.62º | 0.75% | 0.54% | - |
| HSV(B) | 175.62º | 0.79% | 0.89% | - |
| XYZ | 40.43 | 59.83 | 72.37 | - |
| YUV | 171.3 | 151.53 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 226 | 213 | 0.79 | 0 | 0.06 | 0.11 | 175.62 | 0.75 | 0.54 |
| Hex | 30 | E2 | D5 | 4F | 0 | 6 | B | B0 | 4B | 36 |
| Octal | 60 | 342 | 325 | 117 | 0 | 6 | 13 | 260 | 113 | 66 |
| Binary | 110000 | 11100010 | 11010101 | 1001111 | 0 | 110 | 1011 | 10110000 | 1001011 | 110110 |
Color Harmonies of #30E2D5
Complementary color
Monochromatic Colors of #30E2D5
Black with #30E2D5
Text Example
Text Example
White with #30E2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E2D5; }
p { color: rgb(48,226,213); }
H1.HeaderClassName
{
color: #30E2D5;
}
.AnyTagClassName
{
color: #30E2D5;
}
</style>
background-color css
<style>
a { background-color: #30E2D5; }
a { background-color: rgb(48,226,213); }
div.DivClassName
{
background-color: #30E2D5;
}
.BgClassName
{
background-color: #30E2D5;
}
</style>
border-color css
<style>
span { border-color: #30E2D5; }
span { border-color: rgb(48,226,213); }
td.TdClassName
{
border-color: #30E2D5;
}
.TagClassName
{
border-color: #30E2D5;
}
</style>