Shades of Bright Turquoise #1BD9F3
Tints of Bright Turquoise #1BD9F3
RGB
CMYK
RGB Variations
Color information
#1BD9F3 (or 0x1BD9F3) is known color: Bright Turquoise. HEX triplet: 1B, D9 and F3. RGB value is (27,217,243). Sum of RGB (Red+Green+Blue) = 27+217+243=487 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.54% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #1BD9F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD9F3 is #E4260C. Grayscale: #A2A2A2. Windows color (decimal): -14951949 or 15980827. OLE color: 15980827.
HSL color Cylindrical-coordinate representation of color #1BD9F3: hue angle of 187.22º degrees, saturation: 0.9, 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 #1BD9F3 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 217 | 243 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.05 |
| HSL | 187.22º | 0.9% | 0.53% | - |
| HSV(B) | 187.22º | 0.89% | 0.95% | - |
| XYZ | 41.44 | 56.33 | 93.48 | - |
| YUV | 163.15 | 173.05 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 243 | 0.89 | 0.11 | 0 | 0.05 | 187.22 | 0.9 | 0.53 |
| Hex | 1B | D9 | F3 | 59 | B | 0 | 5 | BB | 5A | 35 |
| Octal | 33 | 331 | 363 | 131 | 13 | 0 | 5 | 273 | 132 | 65 |
| Binary | 11011 | 11011001 | 11110011 | 1011001 | 1011 | 0 | 101 | 10111011 | 1011010 | 110101 |
Color Harmonies of #1BD9F3
Complementary color
Monochromatic Colors of #1BD9F3
Black with #1BD9F3
Text Example
Text Example
White with #1BD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD9F3; }
p { color: rgb(27,217,243); }
H1.HeaderClassName
{
color: #1BD9F3;
}
.AnyTagClassName
{
color: #1BD9F3;
}
</style>
background-color css
<style>
a { background-color: #1BD9F3; }
a { background-color: rgb(27,217,243); }
div.DivClassName
{
background-color: #1BD9F3;
}
.BgClassName
{
background-color: #1BD9F3;
}
</style>
border-color css
<style>
span { border-color: #1BD9F3; }
span { border-color: rgb(27,217,243); }
td.TdClassName
{
border-color: #1BD9F3;
}
.TagClassName
{
border-color: #1BD9F3;
}
</style>