Shades of Bright Turquoise #1BDBF2
Tints of Bright Turquoise #1BDBF2
RGB
CMYK
RGB Variations
Color information
#1BDBF2 (or 0x1BDBF2) is known color: Bright Turquoise. HEX triplet: 1B, DB and F2. RGB value is (27,219,242). Sum of RGB (Red+Green+Blue) = 27+219+242=488 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.53% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #1BDBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDBF2 is #E4240D. Grayscale: #A3A3A3. Windows color (decimal): -14951438 or 15915803. OLE color: 15915803.
HSL color Cylindrical-coordinate representation of color #1BDBF2: hue angle of 186.42º degrees, saturation: 0.89, 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 #1BDBF2 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 219 | 242 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.05 |
| HSL | 186.42º | 0.89% | 0.53% | - |
| HSV(B) | 186.42º | 0.89% | 0.95% | - |
| XYZ | 41.81 | 57.31 | 92.86 | - |
| YUV | 164.21 | 171.89 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 242 | 0.89 | 0.10 | 0 | 0.05 | 186.42 | 0.89 | 0.53 |
| Hex | 1B | DB | F2 | 59 | A | 0 | 5 | BA | 59 | 35 |
| Octal | 33 | 333 | 362 | 131 | 12 | 0 | 5 | 272 | 131 | 65 |
| Binary | 11011 | 11011011 | 11110010 | 1011001 | 1010 | 0 | 101 | 10111010 | 1011001 | 110101 |
Color Harmonies of #1BDBF2
Complementary color
Monochromatic Colors of #1BDBF2
Black with #1BDBF2
Text Example
Text Example
White with #1BDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDBF2; }
p { color: rgb(27,219,242); }
H1.HeaderClassName
{
color: #1BDBF2;
}
.AnyTagClassName
{
color: #1BDBF2;
}
</style>
background-color css
<style>
a { background-color: #1BDBF2; }
a { background-color: rgb(27,219,242); }
div.DivClassName
{
background-color: #1BDBF2;
}
.BgClassName
{
background-color: #1BDBF2;
}
</style>
border-color css
<style>
span { border-color: #1BDBF2; }
span { border-color: rgb(27,219,242); }
td.TdClassName
{
border-color: #1BDBF2;
}
.TagClassName
{
border-color: #1BDBF2;
}
</style>