Shades of Turquoise #30E0C4
Tints of Turquoise #30E0C4
RGB
CMYK
RGB Variations
Color information
#30E0C4 (or 0x30E0C4) is known color: Turquoise. HEX triplet: 30, E0 and C4. RGB value is (48,224,196). Sum of RGB (Red+Green+Blue) = 48+224+196=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #30E0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E0C4 is #CF1F3B. Grayscale: #A8A8A8. Windows color (decimal): -13573948 or 12902448. OLE color: 12902448.
HSL color Cylindrical-coordinate representation of color #30E0C4: hue angle of 170.45º 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 #30E0C4 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 196 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.12 |
| HSL | 170.45º | 0.74% | 0.53% | - |
| HSV(B) | 170.45º | 0.79% | 0.88% | - |
| XYZ | 37.84 | 57.93 | 61.41 | - |
| YUV | 168.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 196 | 0.79 | 0 | 0.12 | 0.12 | 170.45 | 0.74 | 0.53 |
| Hex | 30 | E0 | C4 | 4F | 0 | C | C | AA | 4A | 35 |
| Octal | 60 | 340 | 304 | 117 | 0 | 14 | 14 | 252 | 112 | 65 |
| Binary | 110000 | 11100000 | 11000100 | 1001111 | 0 | 1100 | 1100 | 10101010 | 1001010 | 110101 |
Color Harmonies of #30E0C4
Complementary color
Monochromatic Colors of #30E0C4
Black with #30E0C4
Text Example
Text Example
White with #30E0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E0C4; }
p { color: rgb(48,224,196); }
H1.HeaderClassName
{
color: #30E0C4;
}
.AnyTagClassName
{
color: #30E0C4;
}
</style>
background-color css
<style>
a { background-color: #30E0C4; }
a { background-color: rgb(48,224,196); }
div.DivClassName
{
background-color: #30E0C4;
}
.BgClassName
{
background-color: #30E0C4;
}
</style>
border-color css
<style>
span { border-color: #30E0C4; }
span { border-color: rgb(48,224,196); }
td.TdClassName
{
border-color: #30E0C4;
}
.TagClassName
{
border-color: #30E0C4;
}
</style>