Shades of Bright Turquoise #1BDFDB
Tints of Bright Turquoise #1BDFDB
RGB
CMYK
RGB Variations
Color information
#1BDFDB (or 0x1BDFDB) is known color: Bright Turquoise. HEX triplet: 1B, DF and DB. RGB value is (27,223,219). Sum of RGB (Red+Green+Blue) = 27+223+219=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDFDB is #E42024. Grayscale: #A3A3A3. Windows color (decimal): -14950437 or 14409499. OLE color: 14409499.
HSL color Cylindrical-coordinate representation of color #1BDFDB: hue angle of 178.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDFDB is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 219 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.13 |
| HSL | 178.78º | 0.78% | 0.49% | - |
| HSV(B) | 178.78º | 0.88% | 0.87% | - |
| XYZ | 39.63 | 58.12 | 76.15 | - |
| YUV | 163.94 | 159.07 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 219 | 0.88 | 0 | 0.02 | 0.13 | 178.78 | 0.78 | 0.49 |
| Hex | 1B | DF | DB | 58 | 0 | 2 | D | B3 | 4E | 31 |
| Octal | 33 | 337 | 333 | 130 | 0 | 2 | 15 | 263 | 116 | 61 |
| Binary | 11011 | 11011111 | 11011011 | 1011000 | 0 | 10 | 1101 | 10110011 | 1001110 | 110001 |
Color Harmonies of #1BDFDB
Complementary color
Monochromatic Colors of #1BDFDB
Black with #1BDFDB
Text Example
Text Example
White with #1BDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDFDB; }
p { color: rgb(27,223,219); }
H1.HeaderClassName
{
color: #1BDFDB;
}
.AnyTagClassName
{
color: #1BDFDB;
}
</style>
background-color css
<style>
a { background-color: #1BDFDB; }
a { background-color: rgb(27,223,219); }
div.DivClassName
{
background-color: #1BDFDB;
}
.BgClassName
{
background-color: #1BDFDB;
}
</style>
border-color css
<style>
span { border-color: #1BDFDB; }
span { border-color: rgb(27,223,219); }
td.TdClassName
{
border-color: #1BDFDB;
}
.TagClassName
{
border-color: #1BDFDB;
}
</style>