Shades of Bright Turquoise #1EF6CC
Tints of Bright Turquoise #1EF6CC
RGB
CMYK
RGB Variations
Color information
#1EF6CC (or 0x1EF6CC) is known color: Bright Turquoise. HEX triplet: 1E, F6 and CC. RGB value is (30,246,204). Sum of RGB (Red+Green+Blue) = 30+246+204=480 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.25% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #1EF6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF6CC is #E10933. Grayscale: #B0B0B0. Windows color (decimal): -14747956 or 13432350. OLE color: 13432350.
HSL color Cylindrical-coordinate representation of color #1EF6CC: hue angle of 168.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF6CC is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 246 | 204 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.04 |
| HSL | 168.33º | 0.92% | 0.54% | - |
| HSV(B) | 168.33º | 0.88% | 0.96% | - |
| XYZ | 44.39 | 70.55 | 68.4 | - |
| YUV | 176.63 | 143.44 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 246 | 204 | 0.88 | 0 | 0.17 | 0.04 | 168.33 | 0.92 | 0.54 |
| Hex | 1E | F6 | CC | 58 | 0 | 11 | 4 | A8 | 5C | 36 |
| Octal | 36 | 366 | 314 | 130 | 0 | 21 | 4 | 250 | 134 | 66 |
| Binary | 11110 | 11110110 | 11001100 | 1011000 | 0 | 10001 | 100 | 10101000 | 1011100 | 110110 |
Color Harmonies of #1EF6CC
Complementary color
Monochromatic Colors of #1EF6CC
Black with #1EF6CC
Text Example
Text Example
White with #1EF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF6CC; }
p { color: rgb(30,246,204); }
H1.HeaderClassName
{
color: #1EF6CC;
}
.AnyTagClassName
{
color: #1EF6CC;
}
</style>
background-color css
<style>
a { background-color: #1EF6CC; }
a { background-color: rgb(30,246,204); }
div.DivClassName
{
background-color: #1EF6CC;
}
.BgClassName
{
background-color: #1EF6CC;
}
</style>
border-color css
<style>
span { border-color: #1EF6CC; }
span { border-color: rgb(30,246,204); }
td.TdClassName
{
border-color: #1EF6CC;
}
.TagClassName
{
border-color: #1EF6CC;
}
</style>