Shades of Bright Turquoise #1BFEDC
Tints of Bright Turquoise #1BFEDC
RGB
CMYK
RGB Variations
Color information
#1BFEDC (or 0x1BFEDC) is known color: Bright Turquoise. HEX triplet: 1B, FE and DC. RGB value is (27,254,220). Sum of RGB (Red+Green+Blue) = 27+254+220=501 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.39% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFEDC is #E40123. Grayscale: #B6B6B6. Windows color (decimal): -14942500 or 14482971. OLE color: 14482971.
HSL color Cylindrical-coordinate representation of color #1BFEDC: hue angle of 171.01º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFEDC is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 220 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.00 |
| HSL | 171.01º | 0.99% | 0.55% | - |
| HSV(B) | 171.01º | 0.89% | 1% | - |
| XYZ | 48.81 | 76.28 | 79.86 | - |
| YUV | 182.25 | 149.29 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 220 | 0.89 | 0 | 0.13 | 0.00 | 171.01 | 0.99 | 0.55 |
| Hex | 1B | FE | DC | 59 | 0 | D | 0 | AB | 63 | 37 |
| Octal | 33 | 376 | 334 | 131 | 0 | 15 | 0 | 253 | 143 | 67 |
| Binary | 11011 | 11111110 | 11011100 | 1011001 | 0 | 1101 | 0 | 10101011 | 1100011 | 110111 |
Color Harmonies of #1BFEDC
Complementary color
Monochromatic Colors of #1BFEDC
Black with #1BFEDC
Text Example
Text Example
White with #1BFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFEDC; }
p { color: rgb(27,254,220); }
H1.HeaderClassName
{
color: #1BFEDC;
}
.AnyTagClassName
{
color: #1BFEDC;
}
</style>
background-color css
<style>
a { background-color: #1BFEDC; }
a { background-color: rgb(27,254,220); }
div.DivClassName
{
background-color: #1BFEDC;
}
.BgClassName
{
background-color: #1BFEDC;
}
</style>
border-color css
<style>
span { border-color: #1BFEDC; }
span { border-color: rgb(27,254,220); }
td.TdClassName
{
border-color: #1BFEDC;
}
.TagClassName
{
border-color: #1BFEDC;
}
</style>