#BEF7F8

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

Shades of Pale Turquoise #BEF7F8

Tints of Pale Turquoise #BEF7F8

Color information

#BEF7F8 (or 0xBEF7F8) is unknown color: approx Pale Turquoise. HEX triplet: BE, F7 and F8. RGB value is (190,247,248). Sum of RGB (Red+Green+Blue) = 190+247+248=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #BEF7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7F8 is #410807. Grayscale: #E6E6E6. Windows color (decimal): -4261896 or 16316350. OLE color: 16316350.

HSL color Cylindrical-coordinate representation of color #BEF7F8: hue angle of 181.03º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7F8 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190247248-
CMYK0.230.0000.03
HSL181.03º80.56%85.88%-
HSV(B)181.03º23.39%97.25%-
XYZ71.4484.25101.3-
YUV230.07138.1299.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.74%
GREEN value IS 247 (96.88% from 255) = 36.06%
BLUE value IS 248 (97.27% from 255) = 36.20%
R=27.74%
G=36.06%
B=36.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902472480.230.0000.03181.0380.5685.88
HexBEF7F817003b55156
Octal27636737027003265121126
Binary1011111011110111111110001011100111011010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7F8; }

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

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

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

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

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

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

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

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