Shades of Bright Turquoise #1BEEEC
Tints of Bright Turquoise #1BEEEC
RGB
CMYK
RGB Variations
Color information
#1BEEEC (or 0x1BEEEC) is known color: Bright Turquoise. HEX triplet: 1B, EE and EC. RGB value is (27,238,236). Sum of RGB (Red+Green+Blue) = 27+238+236=501 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.39% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEEEC is #E41113. Grayscale: #AEAEAE. Windows color (decimal): -14946580 or 15527451. OLE color: 15527451.
HSL color Cylindrical-coordinate representation of color #1BEEEC: hue angle of 179.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEEEC is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 236 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.07 |
| HSL | 179.43º | 0.86% | 0.52% | - |
| HSV(B) | 179.43º | 0.89% | 0.93% | - |
| XYZ | 46.17 | 67.44 | 89.94 | - |
| YUV | 174.68 | 162.6 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 236 | 0.89 | 0 | 0.01 | 0.07 | 179.43 | 0.86 | 0.52 |
| Hex | 1B | EE | EC | 59 | 0 | 1 | 7 | B3 | 56 | 34 |
| Octal | 33 | 356 | 354 | 131 | 0 | 1 | 7 | 263 | 126 | 64 |
| Binary | 11011 | 11101110 | 11101100 | 1011001 | 0 | 1 | 111 | 10110011 | 1010110 | 110100 |
Color Harmonies of #1BEEEC
Complementary color
Monochromatic Colors of #1BEEEC
Black with #1BEEEC
Text Example
Text Example
White with #1BEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEEEC; }
p { color: rgb(27,238,236); }
H1.HeaderClassName
{
color: #1BEEEC;
}
.AnyTagClassName
{
color: #1BEEEC;
}
</style>
background-color css
<style>
a { background-color: #1BEEEC; }
a { background-color: rgb(27,238,236); }
div.DivClassName
{
background-color: #1BEEEC;
}
.BgClassName
{
background-color: #1BEEEC;
}
</style>
border-color css
<style>
span { border-color: #1BEEEC; }
span { border-color: rgb(27,238,236); }
td.TdClassName
{
border-color: #1BEEEC;
}
.TagClassName
{
border-color: #1BEEEC;
}
</style>