Shades of Bright Turquoise #1BF1DF
Tints of Bright Turquoise #1BF1DF
RGB
CMYK
RGB Variations
Color information
#1BF1DF (or 0x1BF1DF) is known color: Bright Turquoise. HEX triplet: 1B, F1 and DF. RGB value is (27,241,223). Sum of RGB (Red+Green+Blue) = 27+241+223=491 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.50% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #1BF1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF1DF is #E40E20. Grayscale: #AEAEAE. Windows color (decimal): -14945825 or 14676251. OLE color: 14676251.
HSL color Cylindrical-coordinate representation of color #1BF1DF: hue angle of 174.95º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF1DF is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 241 | 223 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.05 |
| HSL | 174.95º | 0.88% | 0.53% | - |
| HSV(B) | 174.95º | 0.89% | 0.95% | - |
| XYZ | 45.23 | 68.47 | 80.64 | - |
| YUV | 174.96 | 155.1 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 241 | 223 | 0.89 | 0 | 0.07 | 0.05 | 174.95 | 0.88 | 0.53 |
| Hex | 1B | F1 | DF | 59 | 0 | 7 | 5 | AF | 58 | 35 |
| Octal | 33 | 361 | 337 | 131 | 0 | 7 | 5 | 257 | 130 | 65 |
| Binary | 11011 | 11110001 | 11011111 | 1011001 | 0 | 111 | 101 | 10101111 | 1011000 | 110101 |
Color Harmonies of #1BF1DF
Complementary color
Monochromatic Colors of #1BF1DF
Black with #1BF1DF
Text Example
Text Example
White with #1BF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF1DF; }
p { color: rgb(27,241,223); }
H1.HeaderClassName
{
color: #1BF1DF;
}
.AnyTagClassName
{
color: #1BF1DF;
}
</style>
background-color css
<style>
a { background-color: #1BF1DF; }
a { background-color: rgb(27,241,223); }
div.DivClassName
{
background-color: #1BF1DF;
}
.BgClassName
{
background-color: #1BF1DF;
}
</style>
border-color css
<style>
span { border-color: #1BF1DF; }
span { border-color: rgb(27,241,223); }
td.TdClassName
{
border-color: #1BF1DF;
}
.TagClassName
{
border-color: #1BF1DF;
}
</style>