#BEFFF8

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

Shades of Pale Turquoise #BEFFF8

Tints of Pale Turquoise #BEFFF8

Color information

#BEFFF8 (or 0xBEFFF8) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and F8. RGB value is (190,255,248). Sum of RGB (Red+Green+Blue) = 190+255+248=693 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.42% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF8 is #410007. Grayscale: #EAEAEA. Windows color (decimal): -4259848 or 16318398. OLE color: 16318398.

HSL color Cylindrical-coordinate representation of color #BEFFF8: hue angle of 173.54º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFF8 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB190255248-
CMYK0.2500.030
HSL173.54º100%87.25%-
HSV(B)173.54º25.49%100%-
XYZ73.9489.24102.14-
YUV234.77135.4796.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.42%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 248 (97.27% from 255) = 35.79%
R=27.42%
G=36.80%
B=35.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552480.2500.030173.5410087.25
HexBEFFF819030ae6457
Octal27637737031030256144127
Binary1011111011111111111110001100101101010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFF8; }

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

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

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

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

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

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

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

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