Shades of Bright Turquoise #1BF7EE
Tints of Bright Turquoise #1BF7EE
RGB
CMYK
RGB Variations
Color information
#1BF7EE (or 0x1BF7EE) is known color: Bright Turquoise. HEX triplet: 1B, F7 and EE. RGB value is (27,247,238). Sum of RGB (Red+Green+Blue) = 27+247+238=512 (67% of max value = 765). Red value is 27 (10.94% from 255 or 5.27% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #1BF7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BF7EE is #E40811. Grayscale: #B4B4B4. Windows color (decimal): -14944274 or 15660827. OLE color: 15660827.
HSL color Cylindrical-coordinate representation of color #1BF7EE: hue angle of 177.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF7EE is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 247 | 238 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.03 |
| HSL | 177.55º | 0.93% | 0.54% | - |
| HSV(B) | 177.55º | 0.89% | 0.97% | - |
| XYZ | 49.15 | 72.93 | 92.38 | - |
| YUV | 180.19 | 160.61 | 18.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 247 | 238 | 0.89 | 0 | 0.04 | 0.03 | 177.55 | 0.93 | 0.54 |
| Hex | 1B | F7 | EE | 59 | 0 | 4 | 3 | B2 | 5D | 36 |
| Octal | 33 | 367 | 356 | 131 | 0 | 4 | 3 | 262 | 135 | 66 |
| Binary | 11011 | 11110111 | 11101110 | 1011001 | 0 | 100 | 11 | 10110010 | 1011101 | 110110 |
Color Harmonies of #1BF7EE
Complementary color
Monochromatic Colors of #1BF7EE
Black with #1BF7EE
Text Example
Text Example
White with #1BF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF7EE; }
p { color: rgb(27,247,238); }
H1.HeaderClassName
{
color: #1BF7EE;
}
.AnyTagClassName
{
color: #1BF7EE;
}
</style>
background-color css
<style>
a { background-color: #1BF7EE; }
a { background-color: rgb(27,247,238); }
div.DivClassName
{
background-color: #1BF7EE;
}
.BgClassName
{
background-color: #1BF7EE;
}
</style>
border-color css
<style>
span { border-color: #1BF7EE; }
span { border-color: rgb(27,247,238); }
td.TdClassName
{
border-color: #1BF7EE;
}
.TagClassName
{
border-color: #1BF7EE;
}
</style>