Shades of Bright Turquoise #1BDECF
Tints of Bright Turquoise #1BDECF
RGB
CMYK
RGB Variations
Color information
#1BDECF (or 0x1BDECF) is known color: Bright Turquoise. HEX triplet: 1B, DE and CF. RGB value is (27,222,207). Sum of RGB (Red+Green+Blue) = 27+222+207=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDECF is #E42130. Grayscale: #A1A1A1. Windows color (decimal): -14950705 or 13622811. OLE color: 13622811.
HSL color Cylindrical-coordinate representation of color #1BDECF: hue angle of 175.38º 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 #1BDECF is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 207 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.13 |
| HSL | 175.38º | 0.78% | 0.49% | - |
| HSV(B) | 175.38º | 0.88% | 0.87% | - |
| XYZ | 37.84 | 56.98 | 68.04 | - |
| YUV | 161.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 207 | 0.88 | 0 | 0.07 | 0.13 | 175.38 | 0.78 | 0.49 |
| Hex | 1B | DE | CF | 58 | 0 | 7 | D | AF | 4E | 31 |
| Octal | 33 | 336 | 317 | 130 | 0 | 7 | 15 | 257 | 116 | 61 |
| Binary | 11011 | 11011110 | 11001111 | 1011000 | 0 | 111 | 1101 | 10101111 | 1001110 | 110001 |
Color Harmonies of #1BDECF
Complementary color
Monochromatic Colors of #1BDECF
Black with #1BDECF
Text Example
Text Example
White with #1BDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDECF; }
p { color: rgb(27,222,207); }
H1.HeaderClassName
{
color: #1BDECF;
}
.AnyTagClassName
{
color: #1BDECF;
}
</style>
background-color css
<style>
a { background-color: #1BDECF; }
a { background-color: rgb(27,222,207); }
div.DivClassName
{
background-color: #1BDECF;
}
.BgClassName
{
background-color: #1BDECF;
}
</style>
border-color css
<style>
span { border-color: #1BDECF; }
span { border-color: rgb(27,222,207); }
td.TdClassName
{
border-color: #1BDECF;
}
.TagClassName
{
border-color: #1BDECF;
}
</style>