Shades of Bright Turquoise #1BEADD
Tints of Bright Turquoise #1BEADD
RGB
CMYK
RGB Variations
Color information
#1BEADD (or 0x1BEADD) is known color: Bright Turquoise. HEX triplet: 1B, EA and DD. RGB value is (27,234,221). Sum of RGB (Red+Green+Blue) = 27+234+221=482 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.60% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEADD is #E41522. Grayscale: #AAAAAA. Windows color (decimal): -14947619 or 14543387. OLE color: 14543387.
HSL color Cylindrical-coordinate representation of color #1BEADD: hue angle of 176.23º 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 #1BEADD is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 234 | 221 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.08 |
| HSL | 176.23º | 0.83% | 0.51% | - |
| HSV(B) | 176.23º | 0.88% | 0.92% | - |
| XYZ | 42.93 | 64.3 | 78.56 | - |
| YUV | 170.63 | 156.42 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 221 | 0.88 | 0 | 0.06 | 0.08 | 176.23 | 0.83 | 0.51 |
| Hex | 1B | EA | DD | 58 | 0 | 6 | 8 | B0 | 53 | 33 |
| Octal | 33 | 352 | 335 | 130 | 0 | 6 | 10 | 260 | 123 | 63 |
| Binary | 11011 | 11101010 | 11011101 | 1011000 | 0 | 110 | 1000 | 10110000 | 1010011 | 110011 |
Color Harmonies of #1BEADD
Complementary color
Monochromatic Colors of #1BEADD
Black with #1BEADD
Text Example
Text Example
White with #1BEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEADD; }
p { color: rgb(27,234,221); }
H1.HeaderClassName
{
color: #1BEADD;
}
.AnyTagClassName
{
color: #1BEADD;
}
</style>
background-color css
<style>
a { background-color: #1BEADD; }
a { background-color: rgb(27,234,221); }
div.DivClassName
{
background-color: #1BEADD;
}
.BgClassName
{
background-color: #1BEADD;
}
</style>
border-color css
<style>
span { border-color: #1BEADD; }
span { border-color: rgb(27,234,221); }
td.TdClassName
{
border-color: #1BEADD;
}
.TagClassName
{
border-color: #1BEADD;
}
</style>