#BEF8FD

Color #BEF8FD Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BEF8FD

Tints of Pale Turquoise #BEF8FD

Color information

#BEF8FD (or 0xBEF8FD) is unknown color: approx Pale Turquoise. HEX triplet: BE, F8 and FD. RGB value is (190,248,253). Sum of RGB (Red+Green+Blue) = 190+248+253=691 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.50% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8FD is #410702. Grayscale: #E7E7E7. Windows color (decimal): -4261635 or 16644286. OLE color: 16644286.

HSL color Cylindrical-coordinate representation of color #BEF8FD: hue angle of 184.76º 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 #BEF8FD is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190248253-
CMYK0.250.0200.01
HSL184.76º94.03%86.86%-
HSV(B)184.76º24.9%99.22%-
XYZ72.5385.17105.55-
YUV231.23140.2898.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 27.50%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=27.50%
G=35.89%
B=36.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902482530.250.0200.01184.7694.0386.86
HexBEF8FD19201b95e57
Octal27637037531201271136127
Binary1011111011111000111111011100110011011100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8FD; }

 p { color: rgb(190,248,253); }

 H1.HeaderClassName
 {
   color: #BEF8FD;
 }
 .AnyTagClassName
 {
   color: #BEF8FD;
 }
</style>
background-color css

<style>
 a { background-color: #BEF8FD; }

 a { background-color: rgb(190,248,253); }

 div.DivClassName
 {
   background-color: #BEF8FD;
 }
 .BgClassName
 {
   background-color: #BEF8FD;
 }
</style>
border-color css

<style>
 span { border-color: #BEF8FD; }

 span { border-color: rgb(190,248,253); }

 td.TdClassName
 {
   border-color: #BEF8FD;
 }
 .TagClassName
 {
   border-color: #BEF8FD;
 }
</style>