Shades of Turquoise #30E0CE
Tints of Turquoise #30E0CE
RGB
CMYK
RGB Variations
Color information
#30E0CE (or 0x30E0CE) is known color: Turquoise. HEX triplet: 30, E0 and CE. RGB value is (48,224,206). Sum of RGB (Red+Green+Blue) = 48+224+206=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #30E0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E0CE is #CF1F31. Grayscale: #A9A9A9. Windows color (decimal): -13573938 or 13557808. OLE color: 13557808.
HSL color Cylindrical-coordinate representation of color #30E0CE: hue angle of 173.86º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E0CE is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 206 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.12 |
| HSL | 173.86º | 0.74% | 0.53% | - |
| HSV(B) | 173.86º | 0.79% | 0.88% | - |
| XYZ | 39.02 | 58.4 | 67.61 | - |
| YUV | 169.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 206 | 0.79 | 0 | 0.08 | 0.12 | 173.86 | 0.74 | 0.53 |
| Hex | 30 | E0 | CE | 4F | 0 | 8 | C | AE | 4A | 35 |
| Octal | 60 | 340 | 316 | 117 | 0 | 10 | 14 | 256 | 112 | 65 |
| Binary | 110000 | 11100000 | 11001110 | 1001111 | 0 | 1000 | 1100 | 10101110 | 1001010 | 110101 |
Color Harmonies of #30E0CE
Complementary color
Monochromatic Colors of #30E0CE
Black with #30E0CE
Text Example
Text Example
White with #30E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E0CE; }
p { color: rgb(48,224,206); }
H1.HeaderClassName
{
color: #30E0CE;
}
.AnyTagClassName
{
color: #30E0CE;
}
</style>
background-color css
<style>
a { background-color: #30E0CE; }
a { background-color: rgb(48,224,206); }
div.DivClassName
{
background-color: #30E0CE;
}
.BgClassName
{
background-color: #30E0CE;
}
</style>
border-color css
<style>
span { border-color: #30E0CE; }
span { border-color: rgb(48,224,206); }
td.TdClassName
{
border-color: #30E0CE;
}
.TagClassName
{
border-color: #30E0CE;
}
</style>