#BEFEF8

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

Shades of Pale Turquoise #BEFEF8

Tints of Pale Turquoise #BEFEF8

Color information

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

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

Color convert

RGB190254248-
CMYK0.2500.020.00
HSL174.38º96.97%87.06%-
HSV(B)174.38º25.2%99.61%-
XYZ73.6288.61102.03-
YUV234.18135.896.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542480.2500.020.00174.3896.9787.06
HexBEFEF819020ae6157
Octal27637637031020256141127
Binary1011111011111110111110001100101001010111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEF8; }

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

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

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

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

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

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

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

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