Shades of Bright Turquoise #1BE0FF
Tints of Bright Turquoise #1BE0FF
RGB
CMYK
RGB Variations
Color information
#1BE0FF (or 0x1BE0FF) is known color: Bright Turquoise. HEX triplet: 1B, E0 and FF. RGB value is (27,224,255). Sum of RGB (Red+Green+Blue) = 27+224+255=506 (67% of max value = 765). Red value is 27 (10.94% from 255 or 5.34% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BE0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE0FF is #E41F00. Grayscale: #A8A8A8. Windows color (decimal): -14950145 or 16769051. OLE color: 16769051.
HSL color Cylindrical-coordinate representation of color #1BE0FF: hue angle of 188.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BE0FF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 224 | 255 | - |
| CMYK | 0.89 | 0.12 | 0 | 0 |
| HSL | 188.16º | 1% | 0.55% | - |
| HSV(B) | 188.16º | 0.89% | 1% | - |
| XYZ | 45.16 | 60.76 | 103.96 | - |
| YUV | 168.63 | 176.73 | 26.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 255 | 0.89 | 0.12 | 0 | 0 | 188.16 | 1 | 0.55 |
| Hex | 1B | E0 | FF | 59 | C | 0 | 0 | BC | 64 | 37 |
| Octal | 33 | 340 | 377 | 131 | 14 | 0 | 0 | 274 | 144 | 67 |
| Binary | 11011 | 11100000 | 11111111 | 1011001 | 1100 | 0 | 0 | 10111100 | 1100100 | 110111 |
Color Harmonies of #1BE0FF
Complementary color
Monochromatic Colors of #1BE0FF
Black with #1BE0FF
Text Example
Text Example
White with #1BE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE0FF; }
p { color: rgb(27,224,255); }
H1.HeaderClassName
{
color: #1BE0FF;
}
.AnyTagClassName
{
color: #1BE0FF;
}
</style>
background-color css
<style>
a { background-color: #1BE0FF; }
a { background-color: rgb(27,224,255); }
div.DivClassName
{
background-color: #1BE0FF;
}
.BgClassName
{
background-color: #1BE0FF;
}
</style>
border-color css
<style>
span { border-color: #1BE0FF; }
span { border-color: rgb(27,224,255); }
td.TdClassName
{
border-color: #1BE0FF;
}
.TagClassName
{
border-color: #1BE0FF;
}
</style>