Shades of Pale Turquoise #BEF3F5
Tints of Pale Turquoise #BEF3F5
RGB
CMYK
RGB Variations
Color information
#BEF3F5 (or 0xBEF3F5) is known color: Pale Turquoise. HEX triplet: BE, F3 and F5. RGB value is (190,243,245). Sum of RGB (Red+Green+Blue) = 190+243+245=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEF3F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF3F5 is #410C0A. Grayscale: #E3E3E3. Windows color (decimal): -4262923 or 16118718. OLE color: 16118718.
HSL color Cylindrical-coordinate representation of color #BEF3F5: hue angle of 182.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3F5 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 243 | 245 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.04 |
| HSL | 182.18º | 0.73% | 0.85% | - |
| HSV(B) | 182.18º | 0.22% | 0.96% | - |
| XYZ | 69.77 | 81.64 | 98.47 | - |
| YUV | 227.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 245 | 0.22 | 0.01 | 0 | 0.04 | 182.18 | 0.73 | 0.85 |
| Hex | BE | F3 | F5 | 16 | 1 | 0 | 4 | B6 | 49 | 55 |
| Octal | 276 | 363 | 365 | 26 | 1 | 0 | 4 | 266 | 111 | 125 |
| Binary | 10111110 | 11110011 | 11110101 | 10110 | 1 | 0 | 100 | 10110110 | 1001001 | 1010101 |
Color Harmonies of #BEF3F5
Complementary color
Monochromatic Colors of #BEF3F5
Black with #BEF3F5
Text Example
Text Example
White with #BEF3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF3F5; }
p { color: rgb(190,243,245); }
H1.HeaderClassName
{
color: #BEF3F5;
}
.AnyTagClassName
{
color: #BEF3F5;
}
</style>
background-color css
<style>
a { background-color: #BEF3F5; }
a { background-color: rgb(190,243,245); }
div.DivClassName
{
background-color: #BEF3F5;
}
.BgClassName
{
background-color: #BEF3F5;
}
</style>
border-color css
<style>
span { border-color: #BEF3F5; }
span { border-color: rgb(190,243,245); }
td.TdClassName
{
border-color: #BEF3F5;
}
.TagClassName
{
border-color: #BEF3F5;
}
</style>