Shades of Bright Turquoise #1BF9CF
Tints of Bright Turquoise #1BF9CF
RGB
CMYK
RGB Variations
Color information
#1BF9CF (or 0x1BF9CF) is known color: Bright Turquoise. HEX triplet: 1B, F9 and CF. RGB value is (27,249,207). Sum of RGB (Red+Green+Blue) = 27+249+207=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF9CF is #E40630. Grayscale: #B1B1B1. Windows color (decimal): -14943793 or 13629723. OLE color: 13629723.
HSL color Cylindrical-coordinate representation of color #1BF9CF: hue angle of 168.65º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF9CF is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 249 | 207 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.02 |
| HSL | 168.65º | 0.95% | 0.54% | - |
| HSV(B) | 168.65º | 0.89% | 0.98% | - |
| XYZ | 45.59 | 72.49 | 70.62 | - |
| YUV | 177.83 | 144.45 | 20.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 249 | 207 | 0.89 | 0 | 0.17 | 0.02 | 168.65 | 0.95 | 0.54 |
| Hex | 1B | F9 | CF | 59 | 0 | 11 | 2 | A9 | 5F | 36 |
| Octal | 33 | 371 | 317 | 131 | 0 | 21 | 2 | 251 | 137 | 66 |
| Binary | 11011 | 11111001 | 11001111 | 1011001 | 0 | 10001 | 10 | 10101001 | 1011111 | 110110 |
Color Harmonies of #1BF9CF
Complementary color
Monochromatic Colors of #1BF9CF
Black with #1BF9CF
Text Example
Text Example
White with #1BF9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF9CF; }
p { color: rgb(27,249,207); }
H1.HeaderClassName
{
color: #1BF9CF;
}
.AnyTagClassName
{
color: #1BF9CF;
}
</style>
background-color css
<style>
a { background-color: #1BF9CF; }
a { background-color: rgb(27,249,207); }
div.DivClassName
{
background-color: #1BF9CF;
}
.BgClassName
{
background-color: #1BF9CF;
}
</style>
border-color css
<style>
span { border-color: #1BF9CF; }
span { border-color: rgb(27,249,207); }
td.TdClassName
{
border-color: #1BF9CF;
}
.TagClassName
{
border-color: #1BF9CF;
}
</style>