Shades of Bright Turquoise #1BEADC
Tints of Bright Turquoise #1BEADC
RGB
CMYK
RGB Variations
Color information
#1BEADC (or 0x1BEADC) is known color: Bright Turquoise. HEX triplet: 1B, EA and DC. RGB value is (27,234,220). Sum of RGB (Red+Green+Blue) = 27+234+220=481 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.61% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEADC is #E41523. Grayscale: #AAAAAA. Windows color (decimal): -14947620 or 14477851. OLE color: 14477851.
HSL color Cylindrical-coordinate representation of color #1BEADC: hue angle of 175.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BEADC is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 234 | 220 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.08 |
| HSL | 175.94º | 0.83% | 0.51% | - |
| HSV(B) | 175.94º | 0.88% | 0.92% | - |
| XYZ | 42.79 | 64.25 | 77.86 | - |
| YUV | 170.51 | 155.92 | 25.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 220 | 0.88 | 0 | 0.06 | 0.08 | 175.94 | 0.83 | 0.51 |
| Hex | 1B | EA | DC | 58 | 0 | 6 | 8 | B0 | 53 | 33 |
| Octal | 33 | 352 | 334 | 130 | 0 | 6 | 10 | 260 | 123 | 63 |
| Binary | 11011 | 11101010 | 11011100 | 1011000 | 0 | 110 | 1000 | 10110000 | 1010011 | 110011 |
Color Harmonies of #1BEADC
Complementary color
Monochromatic Colors of #1BEADC
Black with #1BEADC
Text Example
Text Example
White with #1BEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEADC; }
p { color: rgb(27,234,220); }
H1.HeaderClassName
{
color: #1BEADC;
}
.AnyTagClassName
{
color: #1BEADC;
}
</style>
background-color css
<style>
a { background-color: #1BEADC; }
a { background-color: rgb(27,234,220); }
div.DivClassName
{
background-color: #1BEADC;
}
.BgClassName
{
background-color: #1BEADC;
}
</style>
border-color css
<style>
span { border-color: #1BEADC; }
span { border-color: rgb(27,234,220); }
td.TdClassName
{
border-color: #1BEADC;
}
.TagClassName
{
border-color: #1BEADC;
}
</style>