Shades of Bright Turquoise #1BDEDF
Tints of Bright Turquoise #1BDEDF
RGB
CMYK
RGB Variations
Color information
#1BDEDF (or 0x1BDEDF) is known color: Bright Turquoise. HEX triplet: 1B, DE and DF. RGB value is (27,222,223). Sum of RGB (Red+Green+Blue) = 27+222+223=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BDEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDEDF is #E42120. Grayscale: #A3A3A3. Windows color (decimal): -14950689 or 14671387. OLE color: 14671387.
HSL color Cylindrical-coordinate representation of color #1BDEDF: hue angle of 180.31º 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 #1BDEDF is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 223 | - |
| CMYK | 0.88 | 0.00 | 0 | 0.13 |
| HSL | 180.31º | 0.78% | 0.49% | - |
| HSV(B) | 180.31º | 0.88% | 0.87% | - |
| XYZ | 39.89 | 57.8 | 78.87 | - |
| YUV | 163.81 | 161.4 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 223 | 0.88 | 0.00 | 0 | 0.13 | 180.31 | 0.78 | 0.49 |
| Hex | 1B | DE | DF | 58 | 0 | 0 | D | B4 | 4E | 31 |
| Octal | 33 | 336 | 337 | 130 | 0 | 0 | 15 | 264 | 116 | 61 |
| Binary | 11011 | 11011110 | 11011111 | 1011000 | 0 | 0 | 1101 | 10110100 | 1001110 | 110001 |
Color Harmonies of #1BDEDF
Complementary color
Monochromatic Colors of #1BDEDF
Black with #1BDEDF
Text Example
Text Example
White with #1BDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDEDF; }
p { color: rgb(27,222,223); }
H1.HeaderClassName
{
color: #1BDEDF;
}
.AnyTagClassName
{
color: #1BDEDF;
}
</style>
background-color css
<style>
a { background-color: #1BDEDF; }
a { background-color: rgb(27,222,223); }
div.DivClassName
{
background-color: #1BDEDF;
}
.BgClassName
{
background-color: #1BDEDF;
}
</style>
border-color css
<style>
span { border-color: #1BDEDF; }
span { border-color: rgb(27,222,223); }
td.TdClassName
{
border-color: #1BDEDF;
}
.TagClassName
{
border-color: #1BDEDF;
}
</style>