Shades of Bright Turquoise #1BEECF
Tints of Bright Turquoise #1BEECF
RGB
CMYK
RGB Variations
Color information
#1BEECF (or 0x1BEECF) is known color: Bright Turquoise. HEX triplet: 1B, EE and CF. RGB value is (27,238,207). Sum of RGB (Red+Green+Blue) = 27+238+207=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEECF is #E41130. Grayscale: #ABABAB. Windows color (decimal): -14946609 or 13626907. OLE color: 13626907.
HSL color Cylindrical-coordinate representation of color #1BEECF: hue angle of 171.18º 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 #1BEECF is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 207 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.07 |
| HSL | 171.18º | 0.86% | 0.52% | - |
| HSV(B) | 171.18º | 0.89% | 0.93% | - |
| XYZ | 42.29 | 65.89 | 69.52 | - |
| YUV | 171.38 | 148.1 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 207 | 0.89 | 0 | 0.13 | 0.07 | 171.18 | 0.86 | 0.52 |
| Hex | 1B | EE | CF | 59 | 0 | D | 7 | AB | 56 | 34 |
| Octal | 33 | 356 | 317 | 131 | 0 | 15 | 7 | 253 | 126 | 64 |
| Binary | 11011 | 11101110 | 11001111 | 1011001 | 0 | 1101 | 111 | 10101011 | 1010110 | 110100 |
Color Harmonies of #1BEECF
Complementary color
Monochromatic Colors of #1BEECF
Black with #1BEECF
Text Example
Text Example
White with #1BEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEECF; }
p { color: rgb(27,238,207); }
H1.HeaderClassName
{
color: #1BEECF;
}
.AnyTagClassName
{
color: #1BEECF;
}
</style>
background-color css
<style>
a { background-color: #1BEECF; }
a { background-color: rgb(27,238,207); }
div.DivClassName
{
background-color: #1BEECF;
}
.BgClassName
{
background-color: #1BEECF;
}
</style>
border-color css
<style>
span { border-color: #1BEECF; }
span { border-color: rgb(27,238,207); }
td.TdClassName
{
border-color: #1BEECF;
}
.TagClassName
{
border-color: #1BEECF;
}
</style>