Shades of Pale Turquoise #BEFEFF
Tints of Pale Turquoise #BEFEFF
RGB
CMYK
RGB Variations
Color information
#BEFEFF (or 0xBEFEFF) is known color: Pale Turquoise. HEX triplet: BE, FE and FF. RGB value is (190,254,255). Sum of RGB (Red+Green+Blue) = 190+254+255=699 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.18% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEFF is #410100. Grayscale: #EAEAEA. Windows color (decimal): -4260097 or 16776894. OLE color: 16776894.
HSL color Cylindrical-coordinate representation of color #BEFEFF: hue angle of 180.92º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEFF is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 254 | 255 | - |
| CMYK | 0.25 | 0.00 | 0 | 0 |
| HSL | 180.92º | 1% | 0.87% | - |
| HSV(B) | 180.92º | 0.25% | 1% | - |
| XYZ | 74.73 | 89.05 | 107.86 | - |
| YUV | 234.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 255 | 0.25 | 0.00 | 0 | 0 | 180.92 | 1 | 0.87 |
| Hex | BE | FE | FF | 19 | 0 | 0 | 0 | B5 | 64 | 57 |
| Octal | 276 | 376 | 377 | 31 | 0 | 0 | 0 | 265 | 144 | 127 |
| Binary | 10111110 | 11111110 | 11111111 | 11001 | 0 | 0 | 0 | 10110101 | 1100100 | 1010111 |
Color Harmonies of #BEFEFF
Complementary color
Monochromatic Colors of #BEFEFF
Black with #BEFEFF
Text Example
Text Example
White with #BEFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEFF; }
p { color: rgb(190,254,255); }
H1.HeaderClassName
{
color: #BEFEFF;
}
.AnyTagClassName
{
color: #BEFEFF;
}
</style>
background-color css
<style>
a { background-color: #BEFEFF; }
a { background-color: rgb(190,254,255); }
div.DivClassName
{
background-color: #BEFEFF;
}
.BgClassName
{
background-color: #BEFEFF;
}
</style>
border-color css
<style>
span { border-color: #BEFEFF; }
span { border-color: rgb(190,254,255); }
td.TdClassName
{
border-color: #BEFEFF;
}
.TagClassName
{
border-color: #BEFEFF;
}
</style>