Shades of Turquoise #30EAC6
Tints of Turquoise #30EAC6
RGB
CMYK
RGB Variations
Color information
#30EAC6 (or 0x30EAC6) is known color: Turquoise. HEX triplet: 30, EA and C6. RGB value is (48,234,198). Sum of RGB (Red+Green+Blue) = 48+234+198=480 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #30EAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EAC6 is #CF1539. Grayscale: #AEAEAE. Windows color (decimal): -13571386 or 13036080. OLE color: 13036080.
HSL color Cylindrical-coordinate representation of color #30EAC6: hue angle of 168.39º 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 #30EAC6 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 198 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.08 |
| HSL | 168.39º | 0.82% | 0.55% | - |
| HSV(B) | 168.39º | 0.79% | 0.92% | - |
| XYZ | 40.83 | 63.55 | 63.54 | - |
| YUV | 174.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 198 | 0.79 | 0 | 0.15 | 0.08 | 168.39 | 0.82 | 0.55 |
| Hex | 30 | EA | C6 | 4F | 0 | F | 8 | A8 | 52 | 37 |
| Octal | 60 | 352 | 306 | 117 | 0 | 17 | 10 | 250 | 122 | 67 |
| Binary | 110000 | 11101010 | 11000110 | 1001111 | 0 | 1111 | 1000 | 10101000 | 1010010 | 110111 |
Color Harmonies of #30EAC6
Complementary color
Monochromatic Colors of #30EAC6
Black with #30EAC6
Text Example
Text Example
White with #30EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EAC6; }
p { color: rgb(48,234,198); }
H1.HeaderClassName
{
color: #30EAC6;
}
.AnyTagClassName
{
color: #30EAC6;
}
</style>
background-color css
<style>
a { background-color: #30EAC6; }
a { background-color: rgb(48,234,198); }
div.DivClassName
{
background-color: #30EAC6;
}
.BgClassName
{
background-color: #30EAC6;
}
</style>
border-color css
<style>
span { border-color: #30EAC6; }
span { border-color: rgb(48,234,198); }
td.TdClassName
{
border-color: #30EAC6;
}
.TagClassName
{
border-color: #30EAC6;
}
</style>