Shades of Bright Turquoise #1EFBC5
Tints of Bright Turquoise #1EFBC5
RGB
CMYK
RGB Variations
Color information
#1EFBC5 (or 0x1EFBC5) is known color: Bright Turquoise. HEX triplet: 1E, FB and C5. RGB value is (30,251,197). Sum of RGB (Red+Green+Blue) = 30+251+197=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFBC5 is #E1043A. Grayscale: #B2B2B2. Windows color (decimal): -14746683 or 12974878. OLE color: 12974878.
HSL color Cylindrical-coordinate representation of color #1EFBC5: hue angle of 165.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFBC5 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 251 | 197 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.02 |
| HSL | 165.34º | 0.97% | 0.55% | - |
| HSV(B) | 165.34º | 0.88% | 0.98% | - |
| XYZ | 45.11 | 73.3 | 64.59 | - |
| YUV | 178.77 | 138.28 | 21.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 251 | 197 | 0.88 | 0 | 0.22 | 0.02 | 165.34 | 0.97 | 0.55 |
| Hex | 1E | FB | C5 | 58 | 0 | 16 | 2 | A5 | 61 | 37 |
| Octal | 36 | 373 | 305 | 130 | 0 | 26 | 2 | 245 | 141 | 67 |
| Binary | 11110 | 11111011 | 11000101 | 1011000 | 0 | 10110 | 10 | 10100101 | 1100001 | 110111 |
Color Harmonies of #1EFBC5
Complementary color
Monochromatic Colors of #1EFBC5
Black with #1EFBC5
Text Example
Text Example
White with #1EFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFBC5; }
p { color: rgb(30,251,197); }
H1.HeaderClassName
{
color: #1EFBC5;
}
.AnyTagClassName
{
color: #1EFBC5;
}
</style>
background-color css
<style>
a { background-color: #1EFBC5; }
a { background-color: rgb(30,251,197); }
div.DivClassName
{
background-color: #1EFBC5;
}
.BgClassName
{
background-color: #1EFBC5;
}
</style>
border-color css
<style>
span { border-color: #1EFBC5; }
span { border-color: rgb(30,251,197); }
td.TdClassName
{
border-color: #1EFBC5;
}
.TagClassName
{
border-color: #1EFBC5;
}
</style>