Shades of Bright Turquoise #1BD9F7
Tints of Bright Turquoise #1BD9F7
RGB
CMYK
RGB Variations
Color information
#1BD9F7 (or 0x1BD9F7) is known color: Bright Turquoise. HEX triplet: 1B, D9 and F7. RGB value is (27,217,247). Sum of RGB (Red+Green+Blue) = 27+217+247=491 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.50% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #1BD9F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD9F7 is #E42608. Grayscale: #A3A3A3. Windows color (decimal): -14951945 or 16242971. OLE color: 16242971.
HSL color Cylindrical-coordinate representation of color #1BD9F7: hue angle of 188.18º 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 #1BD9F7 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 217 | 247 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.03 |
| HSL | 188.18º | 0.93% | 0.54% | - |
| HSV(B) | 188.18º | 0.89% | 0.97% | - |
| XYZ | 42.05 | 56.57 | 96.7 | - |
| YUV | 163.61 | 175.05 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 247 | 0.89 | 0.12 | 0 | 0.03 | 188.18 | 0.93 | 0.54 |
| Hex | 1B | D9 | F7 | 59 | C | 0 | 3 | BC | 5D | 36 |
| Octal | 33 | 331 | 367 | 131 | 14 | 0 | 3 | 274 | 135 | 66 |
| Binary | 11011 | 11011001 | 11110111 | 1011001 | 1100 | 0 | 11 | 10111100 | 1011101 | 110110 |
Color Harmonies of #1BD9F7
Complementary color
Monochromatic Colors of #1BD9F7
Black with #1BD9F7
Text Example
Text Example
White with #1BD9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD9F7; }
p { color: rgb(27,217,247); }
H1.HeaderClassName
{
color: #1BD9F7;
}
.AnyTagClassName
{
color: #1BD9F7;
}
</style>
background-color css
<style>
a { background-color: #1BD9F7; }
a { background-color: rgb(27,217,247); }
div.DivClassName
{
background-color: #1BD9F7;
}
.BgClassName
{
background-color: #1BD9F7;
}
</style>
border-color css
<style>
span { border-color: #1BD9F7; }
span { border-color: rgb(27,217,247); }
td.TdClassName
{
border-color: #1BD9F7;
}
.TagClassName
{
border-color: #1BD9F7;
}
</style>