Shades of Bright Turquoise #1BF9DF
Tints of Bright Turquoise #1BF9DF
RGB
CMYK
RGB Variations
Color information
#1BF9DF (or 0x1BF9DF) is known color: Bright Turquoise. HEX triplet: 1B, F9 and DF. RGB value is (27,249,223). Sum of RGB (Red+Green+Blue) = 27+249+223=499 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.41% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF9DF is #E40620. Grayscale: #B3B3B3. Windows color (decimal): -14943777 or 14678299. OLE color: 14678299.
HSL color Cylindrical-coordinate representation of color #1BF9DF: hue angle of 172.97º 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 #1BF9DF is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 249 | 223 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.02 |
| HSL | 172.97º | 0.95% | 0.54% | - |
| HSV(B) | 172.97º | 0.89% | 0.98% | - |
| XYZ | 47.65 | 73.31 | 81.45 | - |
| YUV | 179.66 | 152.45 | 19.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 249 | 223 | 0.89 | 0 | 0.10 | 0.02 | 172.97 | 0.95 | 0.54 |
| Hex | 1B | F9 | DF | 59 | 0 | A | 2 | AD | 5F | 36 |
| Octal | 33 | 371 | 337 | 131 | 0 | 12 | 2 | 255 | 137 | 66 |
| Binary | 11011 | 11111001 | 11011111 | 1011001 | 0 | 1010 | 10 | 10101101 | 1011111 | 110110 |
Color Harmonies of #1BF9DF
Complementary color
Monochromatic Colors of #1BF9DF
Black with #1BF9DF
Text Example
Text Example
White with #1BF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF9DF; }
p { color: rgb(27,249,223); }
H1.HeaderClassName
{
color: #1BF9DF;
}
.AnyTagClassName
{
color: #1BF9DF;
}
</style>
background-color css
<style>
a { background-color: #1BF9DF; }
a { background-color: rgb(27,249,223); }
div.DivClassName
{
background-color: #1BF9DF;
}
.BgClassName
{
background-color: #1BF9DF;
}
</style>
border-color css
<style>
span { border-color: #1BF9DF; }
span { border-color: rgb(27,249,223); }
td.TdClassName
{
border-color: #1BF9DF;
}
.TagClassName
{
border-color: #1BF9DF;
}
</style>