Shades of Pale Turquoise #BEFEFC
Tints of Pale Turquoise #BEFEFC
RGB
CMYK
RGB Variations
Color information
#BEFEFC (or 0xBEFEFC) is known color: Pale Turquoise. HEX triplet: BE, FE and FC. RGB value is (190,254,252). Sum of RGB (Red+Green+Blue) = 190+254+252=696 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.30% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEFC is #410103. Grayscale: #EAEAEA. Windows color (decimal): -4260100 or 16580286. OLE color: 16580286.
HSL color Cylindrical-coordinate representation of color #BEFEFC: hue angle of 178.12º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEFC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 252 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.00 |
| HSL | 178.13º | 0.97% | 0.87% | - |
| HSV(B) | 178.13º | 0.25% | 1% | - |
| XYZ | 74.25 | 88.86 | 105.33 | - |
| YUV | 234.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 252 | 0.25 | 0 | 0.01 | 0.00 | 178.13 | 0.97 | 0.87 |
| Hex | BE | FE | FC | 19 | 0 | 1 | 0 | B2 | 61 | 57 |
| Octal | 276 | 376 | 374 | 31 | 0 | 1 | 0 | 262 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11111100 | 11001 | 0 | 1 | 0 | 10110010 | 1100001 | 1010111 |
Color Harmonies of #BEFEFC
Complementary color
Monochromatic Colors of #BEFEFC
Black with #BEFEFC
Text Example
Text Example
White with #BEFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEFC; }
p { color: rgb(190,254,252); }
H1.HeaderClassName
{
color: #BEFEFC;
}
.AnyTagClassName
{
color: #BEFEFC;
}
</style>
background-color css
<style>
a { background-color: #BEFEFC; }
a { background-color: rgb(190,254,252); }
div.DivClassName
{
background-color: #BEFEFC;
}
.BgClassName
{
background-color: #BEFEFC;
}
</style>
border-color css
<style>
span { border-color: #BEFEFC; }
span { border-color: rgb(190,254,252); }
td.TdClassName
{
border-color: #BEFEFC;
}
.TagClassName
{
border-color: #BEFEFC;
}
</style>