Shades of Pale Turquoise #BEFDFF
Tints of Pale Turquoise #BEFDFF
RGB
CMYK
RGB Variations
Color information
#BEFDFF (or 0xBEFDFF) is known color: Pale Turquoise. HEX triplet: BE, FD and FF. RGB value is (190,253,255). Sum of RGB (Red+Green+Blue) = 190+253+255=698 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.22% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDFF is #410200. Grayscale: #EAEAEA. Windows color (decimal): -4260353 or 16776638. OLE color: 16776638.
HSL color Cylindrical-coordinate representation of color #BEFDFF: hue angle of 181.85º 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 #BEFDFF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 253 | 255 | - |
| CMYK | 0.25 | 0.01 | 0 | 0 |
| HSL | 181.85º | 1% | 0.87% | - |
| HSV(B) | 181.85º | 0.25% | 1% | - |
| XYZ | 74.41 | 88.42 | 107.75 | - |
| YUV | 234.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 255 | 0.25 | 0.01 | 0 | 0 | 181.85 | 1 | 0.87 |
| Hex | BE | FD | FF | 19 | 1 | 0 | 0 | B6 | 64 | 57 |
| Octal | 276 | 375 | 377 | 31 | 1 | 0 | 0 | 266 | 144 | 127 |
| Binary | 10111110 | 11111101 | 11111111 | 11001 | 1 | 0 | 0 | 10110110 | 1100100 | 1010111 |
Color Harmonies of #BEFDFF
Complementary color
Monochromatic Colors of #BEFDFF
Black with #BEFDFF
Text Example
Text Example
White with #BEFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDFF; }
p { color: rgb(190,253,255); }
H1.HeaderClassName
{
color: #BEFDFF;
}
.AnyTagClassName
{
color: #BEFDFF;
}
</style>
background-color css
<style>
a { background-color: #BEFDFF; }
a { background-color: rgb(190,253,255); }
div.DivClassName
{
background-color: #BEFDFF;
}
.BgClassName
{
background-color: #BEFDFF;
}
</style>
border-color css
<style>
span { border-color: #BEFDFF; }
span { border-color: rgb(190,253,255); }
td.TdClassName
{
border-color: #BEFDFF;
}
.TagClassName
{
border-color: #BEFDFF;
}
</style>