Shades of Turquoise #30EBE2
Tints of Turquoise #30EBE2
RGB
CMYK
RGB Variations
Color information
#30EBE2 (or 0x30EBE2) is known color: Turquoise. HEX triplet: 30, EB and E2. RGB value is (48,235,226). Sum of RGB (Red+Green+Blue) = 48+235+226=509 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.43% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBE2 is #CF141D. Grayscale: #B1B1B1. Windows color (decimal): -13571102 or 14871344. OLE color: 14871344.
HSL color Cylindrical-coordinate representation of color #30EBE2: hue angle of 177.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBE2 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 235 | 226 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.08 |
| HSL | 177.11º | 0.82% | 0.55% | - |
| HSV(B) | 177.11º | 0.8% | 0.92% | - |
| XYZ | 44.65 | 65.54 | 82.25 | - |
| YUV | 178.06 | 155.05 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 226 | 0.80 | 0 | 0.04 | 0.08 | 177.11 | 0.82 | 0.55 |
| Hex | 30 | EB | E2 | 50 | 0 | 4 | 8 | B1 | 52 | 37 |
| Octal | 60 | 353 | 342 | 120 | 0 | 4 | 10 | 261 | 122 | 67 |
| Binary | 110000 | 11101011 | 11100010 | 1010000 | 0 | 100 | 1000 | 10110001 | 1010010 | 110111 |
Color Harmonies of #30EBE2
Complementary color
Monochromatic Colors of #30EBE2
Black with #30EBE2
Text Example
Text Example
White with #30EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EBE2; }
p { color: rgb(48,235,226); }
H1.HeaderClassName
{
color: #30EBE2;
}
.AnyTagClassName
{
color: #30EBE2;
}
</style>
background-color css
<style>
a { background-color: #30EBE2; }
a { background-color: rgb(48,235,226); }
div.DivClassName
{
background-color: #30EBE2;
}
.BgClassName
{
background-color: #30EBE2;
}
</style>
border-color css
<style>
span { border-color: #30EBE2; }
span { border-color: rgb(48,235,226); }
td.TdClassName
{
border-color: #30EBE2;
}
.TagClassName
{
border-color: #30EBE2;
}
</style>