Shades of Bright Turquoise #1BE2F2
Tints of Bright Turquoise #1BE2F2
RGB
CMYK
RGB Variations
Color information
#1BE2F2 (or 0x1BE2F2) is known color: Bright Turquoise. HEX triplet: 1B, E2 and F2. RGB value is (27,226,242). Sum of RGB (Red+Green+Blue) = 27+226+242=495 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.45% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #1BE2F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE2F2 is #E41D0D. Grayscale: #A8A8A8. Windows color (decimal): -14949646 or 15917595. OLE color: 15917595.
HSL color Cylindrical-coordinate representation of color #1BE2F2: hue angle of 184.47º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BE2F2 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 226 | 242 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.05 |
| HSL | 184.47º | 0.89% | 0.53% | - |
| HSV(B) | 184.47º | 0.89% | 0.95% | - |
| XYZ | 43.68 | 61.04 | 93.48 | - |
| YUV | 168.32 | 169.57 | 27.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 226 | 242 | 0.89 | 0.07 | 0 | 0.05 | 184.47 | 0.89 | 0.53 |
| Hex | 1B | E2 | F2 | 59 | 7 | 0 | 5 | B8 | 59 | 35 |
| Octal | 33 | 342 | 362 | 131 | 7 | 0 | 5 | 270 | 131 | 65 |
| Binary | 11011 | 11100010 | 11110010 | 1011001 | 111 | 0 | 101 | 10111000 | 1011001 | 110101 |
Color Harmonies of #1BE2F2
Complementary color
Monochromatic Colors of #1BE2F2
Black with #1BE2F2
Text Example
Text Example
White with #1BE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE2F2; }
p { color: rgb(27,226,242); }
H1.HeaderClassName
{
color: #1BE2F2;
}
.AnyTagClassName
{
color: #1BE2F2;
}
</style>
background-color css
<style>
a { background-color: #1BE2F2; }
a { background-color: rgb(27,226,242); }
div.DivClassName
{
background-color: #1BE2F2;
}
.BgClassName
{
background-color: #1BE2F2;
}
</style>
border-color css
<style>
span { border-color: #1BE2F2; }
span { border-color: rgb(27,226,242); }
td.TdClassName
{
border-color: #1BE2F2;
}
.TagClassName
{
border-color: #1BE2F2;
}
</style>