#BEF8FE

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

Shades of Pale Turquoise #BEF8FE

Tints of Pale Turquoise #BEF8FE

Color information

#BEF8FE (or 0xBEF8FE) is unknown color: approx Pale Turquoise. HEX triplet: BE, F8 and FE. RGB value is (190,248,254). Sum of RGB (Red+Green+Blue) = 190+248+254=692 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.46% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF8FE is #410701. Grayscale: #E7E7E7. Windows color (decimal): -4261634 or 16709822. OLE color: 16709822.

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

Color convert

RGB190248254-
CMYK0.250.0200.00
HSL185.62º96.97%87.06%-
HSV(B)185.62º25.2%99.61%-
XYZ72.6985.24106.39-
YUV231.34140.7898.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.46%
GREEN value IS 248 (97.27% from 255) = 35.84%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=27.46%
G=35.84%
B=36.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902482540.250.0200.00185.6296.9787.06
HexBEF8FE19200ba6157
Octal27637037631200272141127
Binary1011111011111000111111101100110001011101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8FE; }

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

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

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

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

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

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

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

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