Shades of Bright Turquoise #1BE3EE
Tints of Bright Turquoise #1BE3EE
RGB
CMYK
RGB Variations
Color information
#1BE3EE (or 0x1BE3EE) is known color: Bright Turquoise. HEX triplet: 1B, E3 and EE. RGB value is (27,227,238). Sum of RGB (Red+Green+Blue) = 27+227+238=492 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.49% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BE3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE3EE is #E41C11. Grayscale: #A8A8A8. Windows color (decimal): -14949394 or 15655707. OLE color: 15655707.
HSL color Cylindrical-coordinate representation of color #1BE3EE: hue angle of 183.13º 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 #1BE3EE is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 227 | 238 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.07 |
| HSL | 183.13º | 0.86% | 0.52% | - |
| HSV(B) | 183.13º | 0.89% | 0.93% | - |
| XYZ | 43.35 | 61.34 | 90.44 | - |
| YUV | 168.45 | 167.24 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 227 | 238 | 0.89 | 0.05 | 0 | 0.07 | 183.13 | 0.86 | 0.52 |
| Hex | 1B | E3 | EE | 59 | 5 | 0 | 7 | B7 | 56 | 34 |
| Octal | 33 | 343 | 356 | 131 | 5 | 0 | 7 | 267 | 126 | 64 |
| Binary | 11011 | 11100011 | 11101110 | 1011001 | 101 | 0 | 111 | 10110111 | 1010110 | 110100 |
Color Harmonies of #1BE3EE
Complementary color
Monochromatic Colors of #1BE3EE
Black with #1BE3EE
Text Example
Text Example
White with #1BE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE3EE; }
p { color: rgb(27,227,238); }
H1.HeaderClassName
{
color: #1BE3EE;
}
.AnyTagClassName
{
color: #1BE3EE;
}
</style>
background-color css
<style>
a { background-color: #1BE3EE; }
a { background-color: rgb(27,227,238); }
div.DivClassName
{
background-color: #1BE3EE;
}
.BgClassName
{
background-color: #1BE3EE;
}
</style>
border-color css
<style>
span { border-color: #1BE3EE; }
span { border-color: rgb(27,227,238); }
td.TdClassName
{
border-color: #1BE3EE;
}
.TagClassName
{
border-color: #1BE3EE;
}
</style>