Shades of Bright Turquoise #1BDEDC
Tints of Bright Turquoise #1BDEDC
RGB
CMYK
RGB Variations
Color information
#1BDEDC (or 0x1BDEDC) is known color: Bright Turquoise. HEX triplet: 1B, DE and DC. RGB value is (27,222,220). Sum of RGB (Red+Green+Blue) = 27+222+220=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDEDC is #E42123. Grayscale: #A3A3A3. Windows color (decimal): -14950692 or 14474779. OLE color: 14474779.
HSL color Cylindrical-coordinate representation of color #1BDEDC: hue angle of 179.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 #1BDEDC is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 220 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.13 |
| HSL | 179.38º | 0.78% | 0.49% | - |
| HSV(B) | 179.38º | 0.88% | 0.87% | - |
| XYZ | 39.49 | 57.64 | 76.75 | - |
| YUV | 163.47 | 159.9 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 220 | 0.88 | 0 | 0.01 | 0.13 | 179.38 | 0.78 | 0.49 |
| Hex | 1B | DE | DC | 58 | 0 | 1 | D | B3 | 4E | 31 |
| Octal | 33 | 336 | 334 | 130 | 0 | 1 | 15 | 263 | 116 | 61 |
| Binary | 11011 | 11011110 | 11011100 | 1011000 | 0 | 1 | 1101 | 10110011 | 1001110 | 110001 |
Color Harmonies of #1BDEDC
Complementary color
Monochromatic Colors of #1BDEDC
Black with #1BDEDC
Text Example
Text Example
White with #1BDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDEDC; }
p { color: rgb(27,222,220); }
H1.HeaderClassName
{
color: #1BDEDC;
}
.AnyTagClassName
{
color: #1BDEDC;
}
</style>
background-color css
<style>
a { background-color: #1BDEDC; }
a { background-color: rgb(27,222,220); }
div.DivClassName
{
background-color: #1BDEDC;
}
.BgClassName
{
background-color: #1BDEDC;
}
</style>
border-color css
<style>
span { border-color: #1BDEDC; }
span { border-color: rgb(27,222,220); }
td.TdClassName
{
border-color: #1BDEDC;
}
.TagClassName
{
border-color: #1BDEDC;
}
</style>