Shades of Pale Turquoise #BEF9FD
Tints of Pale Turquoise #BEF9FD
RGB
CMYK
RGB Variations
Color information
#BEF9FD (or 0xBEF9FD) is known color: Pale Turquoise. HEX triplet: BE, F9 and FD. RGB value is (190,249,253). Sum of RGB (Red+Green+Blue) = 190+249+253=692 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.46% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9FD is #410602. Grayscale: #E7E7E7. Windows color (decimal): -4261379 or 16644542. OLE color: 16644542.
HSL color Cylindrical-coordinate representation of color #BEF9FD: hue angle of 183.81º 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 #BEF9FD is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 249 | 253 | - |
CMYK | 0.25 | 0.02 | 0 | 0.01 |
HSL | 183.81º | 0.94% | 0.87% | - |
HSV(B) | 183.81º | 0.25% | 0.99% | - |
XYZ | 72.84 | 85.79 | 105.65 | - |
YUV | 231.82 | 139.95 | 98.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 249 | 253 | 0.25 | 0.02 | 0 | 0.01 | 183.81 | 0.94 | 0.87 |
Hex | BE | F9 | FD | 19 | 2 | 0 | 1 | B8 | 5E | 57 |
Octal | 276 | 371 | 375 | 31 | 2 | 0 | 1 | 270 | 136 | 127 |
Binary | 10111110 | 11111001 | 11111101 | 11001 | 10 | 0 | 1 | 10111000 | 1011110 | 1010111 |
Color Harmonies of #BEF9FD
Complementary color
Monochromatic Colors of #BEF9FD
Black with #BEF9FD
Text Example
Text Example
White with #BEF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9FD; }
p { color: rgb(190,249,253); }
H1.HeaderClassName
{
color: #BEF9FD;
}
.AnyTagClassName
{
color: #BEF9FD;
}
</style>
background-color css
<style>
a { background-color: #BEF9FD; }
a { background-color: rgb(190,249,253); }
div.DivClassName
{
background-color: #BEF9FD;
}
.BgClassName
{
background-color: #BEF9FD;
}
</style>
border-color css
<style>
span { border-color: #BEF9FD; }
span { border-color: rgb(190,249,253); }
td.TdClassName
{
border-color: #BEF9FD;
}
.TagClassName
{
border-color: #BEF9FD;
}
</style>