Shades of Bright Turquoise #1BEECC
Tints of Bright Turquoise #1BEECC
RGB
CMYK
RGB Variations
Color information
#1BEECC (or 0x1BEECC) is known color: Bright Turquoise. HEX triplet: 1B, EE and CC. RGB value is (27,238,204). Sum of RGB (Red+Green+Blue) = 27+238+204=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEECC is #E41133. Grayscale: #AAAAAA. Windows color (decimal): -14946612 or 13430299. OLE color: 13430299.
HSL color Cylindrical-coordinate representation of color #1BEECC: hue angle of 170.33º 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 #1BEECC is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 204 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.07 |
| HSL | 170.33º | 0.86% | 0.52% | - |
| HSV(B) | 170.33º | 0.89% | 0.93% | - |
| XYZ | 41.93 | 65.74 | 67.61 | - |
| YUV | 171.04 | 146.6 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 204 | 0.89 | 0 | 0.14 | 0.07 | 170.33 | 0.86 | 0.52 |
| Hex | 1B | EE | CC | 59 | 0 | E | 7 | AA | 56 | 34 |
| Octal | 33 | 356 | 314 | 131 | 0 | 16 | 7 | 252 | 126 | 64 |
| Binary | 11011 | 11101110 | 11001100 | 1011001 | 0 | 1110 | 111 | 10101010 | 1010110 | 110100 |
Color Harmonies of #1BEECC
Complementary color
Monochromatic Colors of #1BEECC
Black with #1BEECC
Text Example
Text Example
White with #1BEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEECC; }
p { color: rgb(27,238,204); }
H1.HeaderClassName
{
color: #1BEECC;
}
.AnyTagClassName
{
color: #1BEECC;
}
</style>
background-color css
<style>
a { background-color: #1BEECC; }
a { background-color: rgb(27,238,204); }
div.DivClassName
{
background-color: #1BEECC;
}
.BgClassName
{
background-color: #1BEECC;
}
</style>
border-color css
<style>
span { border-color: #1BEECC; }
span { border-color: rgb(27,238,204); }
td.TdClassName
{
border-color: #1BEECC;
}
.TagClassName
{
border-color: #1BEECC;
}
</style>