Shades of Bright Turquoise #1BFECA
Tints of Bright Turquoise #1BFECA
RGB
CMYK
RGB Variations
Color information
#1BFECA (or 0x1BFECA) is known color: Bright Turquoise. HEX triplet: 1B, FE and CA. RGB value is (27,254,202). Sum of RGB (Red+Green+Blue) = 27+254+202=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFECA is #E40135. Grayscale: #B4B4B4. Windows color (decimal): -14942518 or 13303323. OLE color: 13303323.
HSL color Cylindrical-coordinate representation of color #1BFECA: hue angle of 166.26º 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 #1BFECA is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 202 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.00 |
| HSL | 166.26º | 0.99% | 0.55% | - |
| HSV(B) | 166.26º | 0.89% | 1% | - |
| XYZ | 46.55 | 75.38 | 67.97 | - |
| YUV | 180.2 | 140.29 | 18.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 202 | 0.89 | 0 | 0.20 | 0.00 | 166.26 | 0.99 | 0.55 |
| Hex | 1B | FE | CA | 59 | 0 | 14 | 0 | A6 | 63 | 37 |
| Octal | 33 | 376 | 312 | 131 | 0 | 24 | 0 | 246 | 143 | 67 |
| Binary | 11011 | 11111110 | 11001010 | 1011001 | 0 | 10100 | 0 | 10100110 | 1100011 | 110111 |
Color Harmonies of #1BFECA
Complementary color
Monochromatic Colors of #1BFECA
Black with #1BFECA
Text Example
Text Example
White with #1BFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFECA; }
p { color: rgb(27,254,202); }
H1.HeaderClassName
{
color: #1BFECA;
}
.AnyTagClassName
{
color: #1BFECA;
}
</style>
background-color css
<style>
a { background-color: #1BFECA; }
a { background-color: rgb(27,254,202); }
div.DivClassName
{
background-color: #1BFECA;
}
.BgClassName
{
background-color: #1BFECA;
}
</style>
border-color css
<style>
span { border-color: #1BFECA; }
span { border-color: rgb(27,254,202); }
td.TdClassName
{
border-color: #1BFECA;
}
.TagClassName
{
border-color: #1BFECA;
}
</style>