Shades of Pale Turquoise #BEFEFD
Tints of Pale Turquoise #BEFEFD
RGB
CMYK
RGB Variations
Color information
#BEFEFD (or 0xBEFEFD) is known color: Pale Turquoise. HEX triplet: BE, FE and FD. RGB value is (190,254,253). Sum of RGB (Red+Green+Blue) = 190+254+253=697 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.26% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEFD is #410102. Grayscale: #EAEAEA. Windows color (decimal): -4260099 or 16645822. OLE color: 16645822.
HSL color Cylindrical-coordinate representation of color #BEFEFD: hue angle of 179.06º 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 #BEFEFD is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 253 | - |
| CMYK | 0.25 | 0 | 0.00 | 0.00 |
| HSL | 179.06º | 0.97% | 0.87% | - |
| HSV(B) | 179.06º | 0.25% | 1% | - |
| XYZ | 74.41 | 88.92 | 106.17 | - |
| YUV | 234.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 253 | 0.25 | 0 | 0.00 | 0.00 | 179.06 | 0.97 | 0.87 |
| Hex | BE | FE | FD | 19 | 0 | 0 | 0 | B3 | 61 | 57 |
| Octal | 276 | 376 | 375 | 31 | 0 | 0 | 0 | 263 | 141 | 127 |
| Binary | 10111110 | 11111110 | 11111101 | 11001 | 0 | 0 | 0 | 10110011 | 1100001 | 1010111 |
Color Harmonies of #BEFEFD
Complementary color
Monochromatic Colors of #BEFEFD
Black with #BEFEFD
Text Example
Text Example
White with #BEFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEFD; }
p { color: rgb(190,254,253); }
H1.HeaderClassName
{
color: #BEFEFD;
}
.AnyTagClassName
{
color: #BEFEFD;
}
</style>
background-color css
<style>
a { background-color: #BEFEFD; }
a { background-color: rgb(190,254,253); }
div.DivClassName
{
background-color: #BEFEFD;
}
.BgClassName
{
background-color: #BEFEFD;
}
</style>
border-color css
<style>
span { border-color: #BEFEFD; }
span { border-color: rgb(190,254,253); }
td.TdClassName
{
border-color: #BEFEFD;
}
.TagClassName
{
border-color: #BEFEFD;
}
</style>