Shades of Turquoise #30EAC2
Tints of Turquoise #30EAC2
RGB
CMYK
RGB Variations
Color information
#30EAC2 (or 0x30EAC2) is known color: Turquoise. HEX triplet: 30, EA and C2. RGB value is (48,234,194). Sum of RGB (Red+Green+Blue) = 48+234+194=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #30EAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EAC2 is #CF153D. Grayscale: #ADADAD. Windows color (decimal): -13571390 or 12773936. OLE color: 12773936.
HSL color Cylindrical-coordinate representation of color #30EAC2: hue angle of 167.1º 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 #30EAC2 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 194 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.08 |
| HSL | 167.1º | 0.82% | 0.55% | - |
| HSV(B) | 167.1º | 0.79% | 0.92% | - |
| XYZ | 40.38 | 63.37 | 61.14 | - |
| YUV | 173.83 | 139.38 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 194 | 0.79 | 0 | 0.17 | 0.08 | 167.1 | 0.82 | 0.55 |
| Hex | 30 | EA | C2 | 4F | 0 | 11 | 8 | A7 | 52 | 37 |
| Octal | 60 | 352 | 302 | 117 | 0 | 21 | 10 | 247 | 122 | 67 |
| Binary | 110000 | 11101010 | 11000010 | 1001111 | 0 | 10001 | 1000 | 10100111 | 1010010 | 110111 |
Color Harmonies of #30EAC2
Complementary color
Monochromatic Colors of #30EAC2
Black with #30EAC2
Text Example
Text Example
White with #30EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EAC2; }
p { color: rgb(48,234,194); }
H1.HeaderClassName
{
color: #30EAC2;
}
.AnyTagClassName
{
color: #30EAC2;
}
</style>
background-color css
<style>
a { background-color: #30EAC2; }
a { background-color: rgb(48,234,194); }
div.DivClassName
{
background-color: #30EAC2;
}
.BgClassName
{
background-color: #30EAC2;
}
</style>
border-color css
<style>
span { border-color: #30EAC2; }
span { border-color: rgb(48,234,194); }
td.TdClassName
{
border-color: #30EAC2;
}
.TagClassName
{
border-color: #30EAC2;
}
</style>