Shades of Bright Turquoise #1BE1DD
Tints of Bright Turquoise #1BE1DD
RGB
CMYK
RGB Variations
Color information
#1BE1DD (or 0x1BE1DD) is known color: Bright Turquoise. HEX triplet: 1B, E1 and DD. RGB value is (27,225,221). Sum of RGB (Red+Green+Blue) = 27+225+221=473 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.71% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE1DD is #E41E22. Grayscale: #A5A5A5. Windows color (decimal): -14949923 or 14541083. OLE color: 14541083.
HSL color Cylindrical-coordinate representation of color #1BE1DD: hue angle of 178.79º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE1DD is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 221 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.12 |
| HSL | 178.79º | 0.79% | 0.49% | - |
| HSV(B) | 178.79º | 0.88% | 0.88% | - |
| XYZ | 40.43 | 59.3 | 77.72 | - |
| YUV | 165.34 | 159.4 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 221 | 0.88 | 0 | 0.02 | 0.12 | 178.79 | 0.79 | 0.49 |
| Hex | 1B | E1 | DD | 58 | 0 | 2 | C | B3 | 4F | 31 |
| Octal | 33 | 341 | 335 | 130 | 0 | 2 | 14 | 263 | 117 | 61 |
| Binary | 11011 | 11100001 | 11011101 | 1011000 | 0 | 10 | 1100 | 10110011 | 1001111 | 110001 |
Color Harmonies of #1BE1DD
Complementary color
Monochromatic Colors of #1BE1DD
Black with #1BE1DD
Text Example
Text Example
White with #1BE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE1DD; }
p { color: rgb(27,225,221); }
H1.HeaderClassName
{
color: #1BE1DD;
}
.AnyTagClassName
{
color: #1BE1DD;
}
</style>
background-color css
<style>
a { background-color: #1BE1DD; }
a { background-color: rgb(27,225,221); }
div.DivClassName
{
background-color: #1BE1DD;
}
.BgClassName
{
background-color: #1BE1DD;
}
</style>
border-color css
<style>
span { border-color: #1BE1DD; }
span { border-color: rgb(27,225,221); }
td.TdClassName
{
border-color: #1BE1DD;
}
.TagClassName
{
border-color: #1BE1DD;
}
</style>