Shades of Pale Turquoise #BEFDFC
Tints of Pale Turquoise #BEFDFC
RGB
CMYK
RGB Variations
Color information
#BEFDFC (or 0xBEFDFC) is known color: Pale Turquoise. HEX triplet: BE, FD and FC. RGB value is (190,253,252). Sum of RGB (Red+Green+Blue) = 190+253+252=695 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.34% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDFC is #410203. Grayscale: #E9E9E9. Windows color (decimal): -4260356 or 16580030. OLE color: 16580030.
HSL color Cylindrical-coordinate representation of color #BEFDFC: hue angle of 179.05º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDFC is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 252 | - |
| CMYK | 0.25 | 0 | 0.00 | 0.01 |
| HSL | 179.05º | 0.94% | 0.87% | - |
| HSV(B) | 179.05º | 0.25% | 0.99% | - |
| XYZ | 73.93 | 88.23 | 105.23 | - |
| YUV | 234.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 252 | 0.25 | 0 | 0.00 | 0.01 | 179.05 | 0.94 | 0.87 |
| Hex | BE | FD | FC | 19 | 0 | 0 | 1 | B3 | 5E | 57 |
| Octal | 276 | 375 | 374 | 31 | 0 | 0 | 1 | 263 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11111100 | 11001 | 0 | 0 | 1 | 10110011 | 1011110 | 1010111 |
Color Harmonies of #BEFDFC
Complementary color
Monochromatic Colors of #BEFDFC
Black with #BEFDFC
Text Example
Text Example
White with #BEFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDFC; }
p { color: rgb(190,253,252); }
H1.HeaderClassName
{
color: #BEFDFC;
}
.AnyTagClassName
{
color: #BEFDFC;
}
</style>
background-color css
<style>
a { background-color: #BEFDFC; }
a { background-color: rgb(190,253,252); }
div.DivClassName
{
background-color: #BEFDFC;
}
.BgClassName
{
background-color: #BEFDFC;
}
</style>
border-color css
<style>
span { border-color: #BEFDFC; }
span { border-color: rgb(190,253,252); }
td.TdClassName
{
border-color: #BEFDFC;
}
.TagClassName
{
border-color: #BEFDFC;
}
</style>