Shades of Bright Turquoise #1BE8CF
Tints of Bright Turquoise #1BE8CF
RGB
CMYK
RGB Variations
Color information
#1BE8CF (or 0x1BE8CF) is known color: Bright Turquoise. HEX triplet: 1B, E8 and CF. RGB value is (27,232,207). Sum of RGB (Red+Green+Blue) = 27+232+207=466 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.79% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE8CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE8CF is #E41730. Grayscale: #A7A7A7. Windows color (decimal): -14948145 or 13625371. OLE color: 13625371.
HSL color Cylindrical-coordinate representation of color #1BE8CF: hue angle of 172.68º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE8CF is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 232 | 207 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.09 |
| HSL | 172.68º | 0.82% | 0.51% | - |
| HSV(B) | 172.68º | 0.88% | 0.91% | - |
| XYZ | 40.57 | 62.45 | 68.95 | - |
| YUV | 167.86 | 150.08 | 27.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 232 | 207 | 0.88 | 0 | 0.11 | 0.09 | 172.68 | 0.82 | 0.51 |
| Hex | 1B | E8 | CF | 58 | 0 | B | 9 | AD | 52 | 33 |
| Octal | 33 | 350 | 317 | 130 | 0 | 13 | 11 | 255 | 122 | 63 |
| Binary | 11011 | 11101000 | 11001111 | 1011000 | 0 | 1011 | 1001 | 10101101 | 1010010 | 110011 |
Color Harmonies of #1BE8CF
Complementary color
Monochromatic Colors of #1BE8CF
Black with #1BE8CF
Text Example
Text Example
White with #1BE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE8CF; }
p { color: rgb(27,232,207); }
H1.HeaderClassName
{
color: #1BE8CF;
}
.AnyTagClassName
{
color: #1BE8CF;
}
</style>
background-color css
<style>
a { background-color: #1BE8CF; }
a { background-color: rgb(27,232,207); }
div.DivClassName
{
background-color: #1BE8CF;
}
.BgClassName
{
background-color: #1BE8CF;
}
</style>
border-color css
<style>
span { border-color: #1BE8CF; }
span { border-color: rgb(27,232,207); }
td.TdClassName
{
border-color: #1BE8CF;
}
.TagClassName
{
border-color: #1BE8CF;
}
</style>