Shades of Bright Turquoise #1BF9DD
Tints of Bright Turquoise #1BF9DD
RGB
CMYK
RGB Variations
Color information
#1BF9DD (or 0x1BF9DD) is known color: Bright Turquoise. HEX triplet: 1B, F9 and DD. RGB value is (27,249,221). Sum of RGB (Red+Green+Blue) = 27+249+221=497 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.43% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF9DD is #E40622. Grayscale: #B3B3B3. Windows color (decimal): -14943779 or 14547227. OLE color: 14547227.
HSL color Cylindrical-coordinate representation of color #1BF9DD: hue angle of 172.43º 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 #1BF9DD is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 249 | 221 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.02 |
| HSL | 172.43º | 0.95% | 0.54% | - |
| HSV(B) | 172.43º | 0.89% | 0.98% | - |
| XYZ | 47.38 | 73.2 | 80.04 | - |
| YUV | 179.43 | 151.45 | 19.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 249 | 221 | 0.89 | 0 | 0.11 | 0.02 | 172.43 | 0.95 | 0.54 |
| Hex | 1B | F9 | DD | 59 | 0 | B | 2 | AC | 5F | 36 |
| Octal | 33 | 371 | 335 | 131 | 0 | 13 | 2 | 254 | 137 | 66 |
| Binary | 11011 | 11111001 | 11011101 | 1011001 | 0 | 1011 | 10 | 10101100 | 1011111 | 110110 |
Color Harmonies of #1BF9DD
Complementary color
Monochromatic Colors of #1BF9DD
Black with #1BF9DD
Text Example
Text Example
White with #1BF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF9DD; }
p { color: rgb(27,249,221); }
H1.HeaderClassName
{
color: #1BF9DD;
}
.AnyTagClassName
{
color: #1BF9DD;
}
</style>
background-color css
<style>
a { background-color: #1BF9DD; }
a { background-color: rgb(27,249,221); }
div.DivClassName
{
background-color: #1BF9DD;
}
.BgClassName
{
background-color: #1BF9DD;
}
</style>
border-color css
<style>
span { border-color: #1BF9DD; }
span { border-color: rgb(27,249,221); }
td.TdClassName
{
border-color: #1BF9DD;
}
.TagClassName
{
border-color: #1BF9DD;
}
</style>