#BFFEF7

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

Shades of Pale Turquoise #BFFEF7

Tints of Pale Turquoise #BFFEF7

Color information

#BFFEF7 (or 0xBFFEF7) is unknown color: approx Pale Turquoise. HEX triplet: BF, FE and F7. RGB value is (191,254,247). Sum of RGB (Red+Green+Blue) = 191+254+247=692 (91% of max value = 765). Red value is 191 (75% from 255 or 27.60% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF7 is #400108. Grayscale: #EAEAEA. Windows color (decimal): -4194569 or 16252607. OLE color: 16252607.

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

Color convert

RGB191254247-
CMYK0.2500.030.00
HSL173.33º96.92%87.25%-
HSV(B)173.33º24.8%99.61%-
XYZ73.7288.68101.23-
YUV234.36135.1397.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.60%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 247 (96.88% from 255) = 35.69%
R=27.60%
G=36.71%
B=35.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542470.2500.030.00173.3396.9287.25
HexBFFEF719030ad6157
Octal27737636731030255141127
Binary1011111111111110111101111100101101010110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEF7; }

 p { color: rgb(191,254,247); }

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

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

 a { background-color: rgb(191,254,247); }

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

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

 span { border-color: rgb(191,254,247); }

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