Shades of Bright Turquoise #1BFECF
Tints of Bright Turquoise #1BFECF
RGB
CMYK
RGB Variations
Color information
#1BFECF (or 0x1BFECF) is known color: Bright Turquoise. HEX triplet: 1B, FE and CF. RGB value is (27,254,207). Sum of RGB (Red+Green+Blue) = 27+254+207=488 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.53% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFECF is #E40130. Grayscale: #B4B4B4. Windows color (decimal): -14942513 or 13631003. OLE color: 13631003.
HSL color Cylindrical-coordinate representation of color #1BFECF: hue angle of 167.58º 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 #1BFECF is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 207 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.00 |
| HSL | 167.58º | 0.99% | 0.55% | - |
| HSV(B) | 167.58º | 0.89% | 1% | - |
| XYZ | 47.16 | 75.62 | 71.14 | - |
| YUV | 180.77 | 142.79 | 18.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 207 | 0.89 | 0 | 0.19 | 0.00 | 167.58 | 0.99 | 0.55 |
| Hex | 1B | FE | CF | 59 | 0 | 13 | 0 | A8 | 63 | 37 |
| Octal | 33 | 376 | 317 | 131 | 0 | 23 | 0 | 250 | 143 | 67 |
| Binary | 11011 | 11111110 | 11001111 | 1011001 | 0 | 10011 | 0 | 10101000 | 1100011 | 110111 |
Color Harmonies of #1BFECF
Complementary color
Monochromatic Colors of #1BFECF
Black with #1BFECF
Text Example
Text Example
White with #1BFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFECF; }
p { color: rgb(27,254,207); }
H1.HeaderClassName
{
color: #1BFECF;
}
.AnyTagClassName
{
color: #1BFECF;
}
</style>
background-color css
<style>
a { background-color: #1BFECF; }
a { background-color: rgb(27,254,207); }
div.DivClassName
{
background-color: #1BFECF;
}
.BgClassName
{
background-color: #1BFECF;
}
</style>
border-color css
<style>
span { border-color: #1BFECF; }
span { border-color: rgb(27,254,207); }
td.TdClassName
{
border-color: #1BFECF;
}
.TagClassName
{
border-color: #1BFECF;
}
</style>